From 4ec3988fd6321b08b16a385a1ec3b18b9ebd26c1 Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Mon, 25 Sep 2023 08:45:11 +0000 Subject: [PATCH] format file --- src/impl_ppc_freebsd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/impl_ppc_freebsd.c b/src/impl_ppc_freebsd.c index 79550607..28708a3b 100644 --- a/src/impl_ppc_freebsd.c +++ b/src/impl_ppc_freebsd.c @@ -69,7 +69,7 @@ LINE(PPC_SCV, scv, "scv", 0, PPC_FEATURE2_SCV) \ LINE(PPC_HTM_NO_SUSPEND, htm_no_suspend, "htm-no-suspend", 0, \ PPC_FEATURE2_HTM_NO_SUSPEND) -#undef PPC // Remove conflict with compiler generated preprocessor +#undef PPC // Remove conflict with compiler generated preprocessor #define INTROSPECTION_PREFIX PPC #define INTROSPECTION_ENUM_PREFIX PPC #include "define_introspection_and_hwcaps.inl" @@ -117,6 +117,5 @@ PPCPlatformStrings GetPPCPlatformStrings(void) { return strings; } - #endif // CPU_FEATURES_OS_FREEBSD #endif // CPU_FEATURES_ARCH_PPC