Remove unnecessary clang-format comments

This commit is contained in:
Abdelrahman Said 2024-10-06 12:59:21 +01:00
parent a48002996e
commit 4af4b39d6f

View File

@ -1,7 +1,6 @@
#ifndef PLATFORM_H #ifndef PLATFORM_H
#define PLATFORM_H #define PLATFORM_H
// clang-format off
#if defined(__ANDROID__) #if defined(__ANDROID__)
#define WAPP_PLATFORM_ANDROID #define WAPP_PLATFORM_ANDROID
#define WAPP_PLATFORM_POSIX #define WAPP_PLATFORM_POSIX
@ -58,6 +57,5 @@
#else #else
#error "Unrecognised platform" #error "Unrecognised platform"
#endif #endif
// clang-format on
#endif // !PLATFORM_H #endif // !PLATFORM_H