Skip to content

Commit

Permalink
format file
Browse files Browse the repository at this point in the history
  • Loading branch information
gchatelet committed Sep 25, 2023
1 parent 6436fd9 commit 4ec3988
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/impl_ppc_freebsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -117,6 +117,5 @@ PPCPlatformStrings GetPPCPlatformStrings(void) {
return strings;
}


#endif // CPU_FEATURES_OS_FREEBSD
#endif // CPU_FEATURES_ARCH_PPC

0 comments on commit 4ec3988

Please sign in to comment.