Fixed indentation in a ClangTidy test

llvm-svn: 373068
This commit is contained in:
Dmitri Gribenko 2019-09-27 10:58:10 +00:00
parent c383509ce6
commit 6328f948ad
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ static NSString* const myConstString = @"hello";
// CHECK-FIXES: static NSString* const kMyConstString = @"hello";
class MyTest {
static int not_objc_style;
static int not_objc_style;
};