From: <sv...@op...> - 2024-09-23 16:38:13
|
Author: manx Date: Mon Sep 23 18:38:01 2024 New Revision: 21701 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21701 Log: [Var] mpt/main/main.hpp: Cleanup formatting. Modified: trunk/OpenMPT/src/mpt/main/main.hpp Modified: trunk/OpenMPT/src/mpt/main/main.hpp ============================================================================== --- trunk/OpenMPT/src/mpt/main/main.hpp Mon Sep 23 18:23:23 2024 (r21700) +++ trunk/OpenMPT/src/mpt/main/main.hpp Mon Sep 23 18:38:01 2024 (r21701) @@ -107,7 +107,9 @@ #endif // MPT_OS_DJGPP #if !defined(MPT_MAIN_PROLOG) +/* clang-format off */ #define MPT_MAIN_PROLOG() do { } while(0) +/* clang-format on */ #endif |