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_log.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_log.cpp')
-rw-r--r-- | plugins/Clist_modern/modern_log.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Clist_modern/modern_log.cpp b/plugins/Clist_modern/modern_log.cpp index 09e7e1dd6d..af2b9c9a68 100644 --- a/plugins/Clist_modern/modern_log.cpp +++ b/plugins/Clist_modern/modern_log.cpp @@ -1,8 +1,8 @@ #include "hdr/modern_commonheaders.h"
-#include < stdarg.h>
-#include < stdio.h>
-#include < string.h>
+#include <stdarg.h>
+#include <stdio.h>
+#include <string.h>
void Log(const char *file,int line,const char *fmt,...)
|