Skip to content

Commit

Permalink
Fix codeformat.
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen committed Nov 2, 2023
1 parent 40775af commit 5948d72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils/Log.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
#include "tgfx/platform/Print.h"

namespace tgfx {
#define ABORT(msg) \
do { \
#define ABORT(msg) \
do { \
::tgfx::PrintError("%s:%d: fatal error: \"%s\"\n", __FILE__, __LINE__, #msg); \
::abort(); \
::abort(); \
} while (false)

#ifdef NO_LOG
Expand Down

0 comments on commit 5948d72

Please sign in to comment.