From 4af4b39d6f0dbf36a7a36cfd5a781d2edc250fbd Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sun, 6 Oct 2024 12:59:21 +0100 Subject: [PATCH] Remove unnecessary clang-format comments --- src/common/platform/platform.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/platform/platform.h b/src/common/platform/platform.h index 0e3883d..86221b2 100644 --- a/src/common/platform/platform.h +++ b/src/common/platform/platform.h @@ -1,7 +1,6 @@ #ifndef PLATFORM_H #define PLATFORM_H -// clang-format off #if defined(__ANDROID__) #define WAPP_PLATFORM_ANDROID #define WAPP_PLATFORM_POSIX @@ -58,6 +57,5 @@ #else #error "Unrecognised platform" #endif -// clang-format on #endif // !PLATFORM_H