Reformat code for clang-format 15

This commit is contained in:
baldurk
2023-09-05 11:02:08 +01:00
parent 4d94209ec1
commit 9d39b8e1a8
330 changed files with 5856 additions and 3850 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ typedef void(__cdecl *pINTERNAL_SetDebugLogFile)(const char *logfile);
} while(0)
#else
// define this to something to get logging
//#define LOGPRINT(txt) OutputDebugStringW(txt)
// #define LOGPRINT(txt) OutputDebugStringW(txt)
#define LOGPRINT(txt) \
do \
{ \