Skip to content

Commit d7ce33f

Browse files
committed
[compiler-rt] Fix formatting.
Signed-off-by: funsafe-ptr <[email protected]>
1 parent 0506266 commit d7ce33f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@
8282
# include <sys/personality.h>
8383
# endif
8484

85-
# if SANITIZER_ANDROID && __ANDROID_API__ < 35
85+
# if SANITIZER_ANDROID && __ANDROID_API__ < 35
8686
// The weak strerrorname_np definition allows to check for the API level at
8787
// runtime.
88-
extern "C" SANITIZER_WEAK_ATTRIBUTE const char* strerrorname_np(int);
89-
# endif
88+
extern "C" SANITIZER_WEAK_ATTRIBUTE const char *strerrorname_np(int);
89+
# endif
9090

9191
# if SANITIZER_LINUX && defined(__loongarch__)
9292
# include <sys/sysmacros.h>
@@ -1221,7 +1221,7 @@ uptr GetPageSize() {
12211221
return (uptr)pz;
12221222
# elif SANITIZER_USE_GETAUXVAL
12231223
# if SANITIZER_ANDROID && __ANDROID_API__ < 35
1224-
// The 16 KB page size was introduced in Android 15, while earlier versions
1224+
// The 16 KB page size was introduced in Android 15, while earlier versions
12251225
// of Android used a 4 KB page size.
12261226
if (!strerrorname_np)
12271227
return 4096;

0 commit comments

Comments
 (0)