Skip to content

Commit 4ec3988

Browse files
committed
format file
1 parent 6436fd9 commit 4ec3988

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/impl_ppc_freebsd.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
LINE(PPC_SCV, scv, "scv", 0, PPC_FEATURE2_SCV) \
7070
LINE(PPC_HTM_NO_SUSPEND, htm_no_suspend, "htm-no-suspend", 0, \
7171
PPC_FEATURE2_HTM_NO_SUSPEND)
72-
#undef PPC // Remove conflict with compiler generated preprocessor
72+
#undef PPC // Remove conflict with compiler generated preprocessor
7373
#define INTROSPECTION_PREFIX PPC
7474
#define INTROSPECTION_ENUM_PREFIX PPC
7575
#include "define_introspection_and_hwcaps.inl"
@@ -117,6 +117,5 @@ PPCPlatformStrings GetPPCPlatformStrings(void) {
117117
return strings;
118118
}
119119

120-
121120
#endif // CPU_FEATURES_OS_FREEBSD
122121
#endif // CPU_FEATURES_ARCH_PPC

0 commit comments

Comments
 (0)