Skip to content

Commit 8a07c4a

Browse files
committed
[sanitizer,NFC] Fix long comment formating
1 parent b119120 commit 8a07c4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ namespace __sanitizer {
210210

211211
#if SANITIZER_GLIBC || SANITIZER_FREEBSD || SANITIZER_NETBSD || SANITIZER_MAC
212212
unsigned struct_fstab_sz = sizeof(struct fstab);
213-
#endif // SANITIZER_GLIBC || SANITIZER_FREEBSD || SANITIZER_NETBSD || SANITIZER_MAC
213+
#endif // SANITIZER_GLIBC || SANITIZER_FREEBSD || SANITIZER_NETBSD ||
214+
// SANITIZER_MAC
214215
#if !SANITIZER_ANDROID
215216
unsigned struct_statfs_sz = sizeof(struct statfs);
216217
unsigned struct_sockaddr_sz = sizeof(struct sockaddr);

0 commit comments

Comments
 (0)