Sync with trunk r65656.
[reactos.git] / base / applications / mspaint / globalvar.h
index a51d329..927d53c 100644 (file)
@@ -5,7 +5,7 @@
  * PURPOSE:     Declaring global variables for later initialization
  * PROGRAMMERS: Benedikt Freisen
  */
+
 /* INCLUDES *********************************************************/
 
 //#include <windows.h>
@@ -93,7 +93,7 @@ extern HWND hScrlClient;
 extern HWND hToolBtn[16];
 
 extern HINSTANCE hProgInstance;
-    
+
 extern TCHAR filename[256];
 extern TCHAR filepathname[1000];
 extern BOOL isAFile;