Skip to content

Commit 1928401

Browse files
committed
[NFC][msan] Clang-format some includes
1 parent c636b18 commit 1928401

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

compiler-rt/lib/msan/msan_linux.cpp

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,22 @@
1414
#include "sanitizer_common/sanitizer_platform.h"
1515
#if SANITIZER_FREEBSD || SANITIZER_LINUX || SANITIZER_NETBSD
1616

17-
#include "msan.h"
18-
#include "msan_report.h"
19-
#include "msan_thread.h"
20-
21-
#include <elf.h>
22-
#include <link.h>
23-
#include <pthread.h>
24-
#include <stdio.h>
25-
#include <stdlib.h>
26-
#include <signal.h>
27-
#include <unistd.h>
28-
#include <unwind.h>
29-
#include <sys/time.h>
30-
#include <sys/resource.h>
31-
32-
#include "sanitizer_common/sanitizer_common.h"
33-
#include "sanitizer_common/sanitizer_procmaps.h"
17+
# include <elf.h>
18+
# include <link.h>
19+
# include <pthread.h>
20+
# include <signal.h>
21+
# include <stdio.h>
22+
# include <stdlib.h>
23+
# include <sys/resource.h>
24+
# include <sys/time.h>
25+
# include <unistd.h>
26+
# include <unwind.h>
27+
28+
# include "msan.h"
29+
# include "msan_report.h"
30+
# include "msan_thread.h"
31+
# include "sanitizer_common/sanitizer_common.h"
32+
# include "sanitizer_common/sanitizer_procmaps.h"
3433

3534
namespace __msan {
3635

0 commit comments

Comments
 (0)