Revert "Disable clang-format for objective-C bits in GHOST."

This reverts commit 1cb9612d73.

We can now rely on the clang-format version as it's distributed
with pre-compiled binaries.
This commit is contained in:
Campbell Barton
2021-03-22 14:38:05 +11:00
parent e6cf74515f
commit dfbaf96753
2 changed files with 0 additions and 7 deletions

View File

@@ -357,7 +357,6 @@ extern "C" int GHOST_HACK_getFirstFile(char buf[FIRSTFILEBUFLG])
}
}
/* clang-format off */
#pragma mark Cocoa objects
/**
@@ -500,8 +499,6 @@ extern "C" int GHOST_HACK_getFirstFile(char buf[FIRSTFILEBUFLG])
#pragma mark initialization/finalization
/* clang-format on */
GHOST_SystemCocoa::GHOST_SystemCocoa()
{
int mib[2];

View File

@@ -34,8 +34,6 @@
#include <sys/sysctl.h>
/* clang-format off */
#pragma mark Cocoa window delegate object
@interface CocoaWindowDelegate : NSObject <NSWindowDelegate>
@@ -288,8 +286,6 @@
#pragma mark initialization / finalization
/* clang-format on */
GHOST_WindowCocoa::GHOST_WindowCocoa(GHOST_SystemCocoa *systemCocoa,
const char *title,
GHOST_TInt32 left,