Skip to content

Commit 0d6a0d0

Browse files
committed
Formatting
1 parent ba629e7 commit 0d6a0d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/lib/Transforms/Instrumentation/TypeSanitizer.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ static cl::opt<bool> ClOutlineInstrumentation(
7070

7171

7272
static cl::opt<bool> ClVerifyOutlinedInstrumentation(
73-
"tysan-verify-outlined-instrumentation",
74-
cl::desc("Check types twice with both inlined instrumentation and "
75-
"function calls. This verifies that they behave the same."),
76-
cl::Hidden, cl::init(false));
73+
"tysan-verify-outlined-instrumentation",
74+
cl::desc("Check types twice with both inlined instrumentation and "
75+
"function calls. This verifies that they behave the same."),
76+
cl::Hidden, cl::init(false));
7777

7878
STATISTIC(NumInstrumentedAccesses, "Number of instrumented accesses");
7979

0 commit comments

Comments
 (0)