Author: hbelusca
Date: Sat Jun 29 19:05:15 2013
New Revision: 59370
URL:
http://svn.reactos.org/svn/reactos?rev=59370&view=rev
Log:
[REGEDIT]
Code formatting only.
Modified:
trunk/reactos/base/applications/regedit/settings.c
Modified: trunk/reactos/base/applications/regedit/settings.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/…
==============================================================================
--- trunk/reactos/base/applications/regedit/settings.c [iso-8859-1] (original)
+++ trunk/reactos/base/applications/regedit/settings.c [iso-8859-1] Sat Jun 29 19:05:15
2013
@@ -149,7 +149,7 @@
/* Get program window settings */
tConfig.tPlacement.length = sizeof(WINDOWPLACEMENT);
- GetWindowPlacement(hFrameWnd , &tConfig.tPlacement);
+ GetWindowPlacement(hFrameWnd, &tConfig.tPlacement);
/* Save all the data */
RegSetValueExW(hKey, L"View", 0, REG_BINARY, (LPBYTE)&tConfig,
iBufferSize);