]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/bobtoolz/bobToolz.h
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / contrib / bobtoolz / bobToolz.h
index cdf99cb55e1e78641a5dec18c7421c170c9fadb6..4b80ee73534380c5f6bc2cfb44b48ca256aa5c1c 100644 (file)
@@ -28,7 +28,7 @@
 #endif // _MSC_VER >= 1000
 
 #ifndef __AFXWIN_H__
-#error include 'StdAfx.h' before including this file for PCH
+       #error include 'StdAfx.h' before including this file for PCH
 #endif
 
 #include "resource.h"       // main symbols
 // See plugin.cpp for the implementation of this class
 //
 
-class CPluginApp : public CWinApp {
+class CPluginApp : public CWinApp
+{
 public:
-    CPluginApp();
+CPluginApp();
 
 // Overrides
 // ClassWizard generated virtual function overrides
@@ -51,7 +52,7 @@ public:
 // NOTE - the ClassWizard will add and remove member functions here.
 //    DO NOT EDIT what you see in these blocks of generated code !
 //}}AFX_MSG
-    DECLARE_MESSAGE_MAP()
+DECLARE_MESSAGE_MAP()
 };