mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 13:45:55 +00:00
Reformat code for clang-format 15
This commit is contained in:
@@ -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 \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user