From 138d54e59503c6d6abebc71b8fcb87aa12f45945 Mon Sep 17 00:00:00 2001 From: Lenny Maiorani Date: Wed, 9 Feb 2022 09:15:55 -0700 Subject: AK+Kernel: Alphabetize debug macros This is not ASCII-betical because `_` comes after all the uppercase characters. Treating `_` as a ` ` (space character), these lists are now alphabetical. --- AK/Debug.h.in | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'AK/Debug.h.in') diff --git a/AK/Debug.h.in b/AK/Debug.h.in index 894e5354a2..c1ccbef417 100644 --- a/AK/Debug.h.in +++ b/AK/Debug.h.in @@ -1,19 +1,19 @@ /* - * Copyright (c) 2020, the SerenityOS developers. + * Copyright (c) 2020-2022, the SerenityOS developers. * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once -#ifndef AWAVLOADER_DEBUG -#cmakedefine01 AWAVLOADER_DEBUG -#endif - #ifndef AFLACLOADER_DEBUG #cmakedefine01 AFLACLOADER_DEBUG #endif +#ifndef AWAVLOADER_DEBUG +#cmakedefine01 AWAVLOADER_DEBUG +#endif + #ifndef BMP_DEBUG #cmakedefine01 BMP_DEBUG #endif @@ -34,14 +34,14 @@ #cmakedefine01 COPY_DEBUG #endif -#ifndef CPP_LANGUAGE_SERVER_DEBUG -#cmakedefine01 CPP_LANGUAGE_SERVER_DEBUG -#endif - #ifndef CPP_DEBUG #cmakedefine01 CPP_DEBUG #endif +#ifndef CPP_LANGUAGE_SERVER_DEBUG +#cmakedefine01 CPP_LANGUAGE_SERVER_DEBUG +#endif + #ifndef CRYPTO_DEBUG #cmakedefine01 CRYPTO_DEBUG #endif @@ -74,14 +74,14 @@ #cmakedefine01 DEFERRED_INVOKE_DEBUG #endif -#ifndef DHCPV4CLIENT_DEBUG -#cmakedefine01 DHCPV4CLIENT_DEBUG -#endif - #ifndef DHCPV4_DEBUG #cmakedefine01 DHCPV4_DEBUG #endif +#ifndef DHCPV4CLIENT_DEBUG +#cmakedefine01 DHCPV4CLIENT_DEBUG +#endif + #ifndef DIFF_DEBUG #cmakedefine01 DIFF_DEBUG #endif -- cgit v1.2.3