From 6194ae69fea1ad611523af7cb1fb52cb7aafbfdc Mon Sep 17 00:00:00 2001 From: Ryan Govostes Date: Fri, 6 May 2016 11:22:11 +0000 Subject: Fix whitespace and line wrapping. NFC. llvm-svn: 268725 --- llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp') diff --git a/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp b/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp index 635e0894d94..858645369fe 100644 --- a/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp +++ b/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp @@ -208,9 +208,10 @@ static cl::opt ClSkipPromotableAllocas( static cl::opt ClMappingScale("asan-mapping-scale", cl::desc("scale of asan shadow mapping"), cl::Hidden, cl::init(0)); -static cl::opt ClMappingOffset("asan-mapping-offset", - cl::desc("offset of asan shadow mapping [EXPERIMENTAL]"), - cl::Hidden, cl::init(0)); +static cl::opt ClMappingOffset( + "asan-mapping-offset", + cl::desc("offset of asan shadow mapping [EXPERIMENTAL]"), cl::Hidden, + cl::init(0)); // Optimization flags. Not user visible, used mostly for testing // and benchmarking the tool. -- cgit v1.2.3