diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-07 07:02:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-07 07:02:09 +0000 |
commit | 3447a9bff3aa6ba3a2d9bab91653cab257c29bcf (patch) | |
tree | 9b593bc0951869c05db4e9890dbc9a0cd2da3935 /plugins/Clist_modern/modern_clui.cpp | |
parent | 32931ae555d72b4631360e0dbc3969c038ea361c (diff) |
more autoformatter fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@807 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/modern_clui.cpp')
-rw-r--r-- | plugins/Clist_modern/modern_clui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_modern/modern_clui.cpp b/plugins/Clist_modern/modern_clui.cpp index e4d6c2691a..e4e8e1d550 100644 --- a/plugins/Clist_modern/modern_clui.cpp +++ b/plugins/Clist_modern/modern_clui.cpp @@ -33,7 +33,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "hdr/modern_statusbar.h"
#include "hdr/modern_static_clui.h"
-#include < locale.h>
+#include <locale.h>
#include "hdr/modern_clcpaint.h"
#include "hdr/modern_sync.h"
@@ -45,7 +45,7 @@ void DestroyTrayMenu(HMENU hMenu); // new sources
#ifdef _MSC_VER
-#include < crtdbg.h>
+#include <crtdbg.h>
#endif
//////////////// CLUI CLASS IMPLEMENTATION /////////////////////////////////
|