diff options
author | Linus Groh <mail@linusgroh.de> | 2021-05-17 22:32:59 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-05-17 22:33:35 +0100 |
commit | 61e132ddfa799db88c4f647741477021a5cc2ffd (patch) | |
tree | e2686e36dab6a6bbe24145ffa404ab3f6b7463b3 | |
parent | 5f342c41b9d01416aac8998e86054d68699b3e62 (diff) | |
download | serenity-61e132ddfa799db88c4f647741477021a5cc2ffd.zip |
AK: Sort all the debug macros
-rw-r--r-- | AK/Debug.h.in | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/AK/Debug.h.in b/AK/Debug.h.in index a037bbdf9b..8967cf76cc 100644 --- a/AK/Debug.h.in +++ b/AK/Debug.h.in @@ -110,6 +110,10 @@ #cmakedefine01 EMOJI_DEBUG #endif +#ifndef ESCAPE_SEQUENCE_DEBUG +#cmakedefine01 ESCAPE_SEQUENCE_DEBUG +#endif + #ifndef EVENT_DEBUG #cmakedefine01 EVENT_DEBUG #endif @@ -122,14 +126,14 @@ #cmakedefine01 FILE_CONTENT_DEBUG #endif -#ifndef FILE_WATCHER_DEBUG -#cmakedefine01 FILE_WATCHER_DEBUG -#endif - #ifndef FILL_PATH_DEBUG #cmakedefine01 FILL_PATH_DEBUG #endif +#ifndef FILE_WATCHER_DEBUG +#cmakedefine01 FILE_WATCHER_DEBUG +#endif + #ifndef GEMINI_DEBUG #cmakedefine01 GEMINI_DEBUG #endif @@ -400,10 +404,10 @@ #ifndef WASM_BINPARSER_DEBUG #cmakedefine01 WASM_BINPARSER_DEBUG -#endif +#endif -#ifndef ESCAPE_SEQUENCE_DEBUG -#cmakedefine01 ESCAPE_SEQUENCE_DEBUG +#ifndef WASM_TRACE_DEBUG +#cmakedefine01 WASM_TRACE_DEBUG #endif #ifndef WINDOWMANAGER_DEBUG @@ -421,7 +425,3 @@ #ifndef WSSCREEN_DEBUG #cmakedefine01 WSSCREEN_DEBUG #endif - -#ifndef WASM_TRACE_DEBUG -#cmakedefine01 WASM_TRACE_DEBUG -#endif |