Skip to content

Commit

Permalink
clang-format (i dont wanna install it on macos lol)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrewh committed Dec 27, 2024
1 parent e95e36a commit c2d86aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/unix/os_public.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@ typedef kernel_sigcontext_t sigcontext_t;
#endif /* X86/ARM */

#if defined(MACOS) && defined(AARCH64)
#define INITIALIZER_ATTRIBUTES __attribute__((constructor))
# define INITIALIZER_ATTRIBUTES __attribute__((constructor))
#else
#define INITIALIZER_ATTRIBUTES
# define INITIALIZER_ATTRIBUTES
#endif

#endif /* _OS_PUBLIC_H_ 1 */

0 comments on commit c2d86aa

Please sign in to comment.