From 61e132ddfa799db88c4f647741477021a5cc2ffd Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Mon, 17 May 2021 22:32:59 +0100 Subject: [PATCH] AK: Sort all the debug macros --- AK/Debug.h.in | 22 +++++++++++----------- 1 file 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