Skip to content

Commit f19714d

Browse files
committed
incorporate clang-format feedback
1 parent 27bc1c7 commit f19714d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler-rt/lib/asan/asan_flags.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ void InitializeFlags() {
236236
reinterpret_cast<uptr>(__asan_default_options), []() {
237237
// We call `InitializeDefaultFlags` again, instead of just parsing
238238
// `__asan_default_options` directly, to ensure that flags set through
239-
// `ASAN_OPTS` take precedence over those set through `__asan_default_options`.
239+
// `ASAN_OPTS` take precedence over those set through
240+
// `__asan_default_options`.
240241
InitializeDefaultFlags();
241242
ProcessFlags();
242243
ApplyFlags();

0 commit comments

Comments
 (0)