mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
sys: Added clang-format file, formatted entire project
This commit is contained in:
@@ -9,7 +9,7 @@ namespace hex::log {
|
||||
|
||||
static File g_loggerFile;
|
||||
|
||||
FILE* getDestination() {
|
||||
FILE *getDestination() {
|
||||
if (g_loggerFile.isValid())
|
||||
return g_loggerFile.getHandle();
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user