Skip to content

Commit b78d4c1

Browse files
committed
[NFC][sanitizer] Clang-format sanitizer_common_nolibc.cpp
1 parent a9e05a3 commit b78d4c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_common_nolibc.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ namespace __sanitizer {
2020
// The Windows implementations of these functions use the win32 API directly,
2121
// bypassing libc.
2222
#if !SANITIZER_WINDOWS
23-
#if SANITIZER_LINUX
23+
# if SANITIZER_LINUX
2424
void LogMessageOnPrintf(const char *str) {}
25-
#endif
25+
# endif
2626
void WriteToSyslog(const char *buffer) {}
2727
void Abort() { internal__exit(1); }
2828
bool CreateDir(const char *pathname) { return false; }
29-
#endif // !SANITIZER_WINDOWS
29+
#endif // !SANITIZER_WINDOWS
3030

3131
#if !SANITIZER_WINDOWS && !SANITIZER_APPLE
3232
void ListOfModules::init() {}

0 commit comments

Comments
 (0)