summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-10-22 15:45:58 +0000
committerDaniel Jasper <djasper@google.com>2013-10-22 15:45:58 +0000
commitb8f61682182ed8b8a641761d9948506eac397796 (patch)
tree7807ded6d1b8c988e9da48d5f9a62d1d4f0c53d9 /clang/lib/CodeGen/CodeGenModule.cpp
parent1db6c3868760d6c9c05b238b636f155d3247ecc2 (diff)
downloadbcm5719-llvm-b8f61682182ed8b8a641761d9948506eac397796.tar.gz
bcm5719-llvm-b8f61682182ed8b8a641761d9948506eac397796.zip
clang-format: Fix ObjC literal indentation in Google style.
Style guide demands a two-space indent. Before: NSArray *arguments = @[ kind == kUserTicket ? @"--user-store" : @"--system-store", @"--print-tickets", @"--productid", @"com.google.Chrome" ]; After: NSArray *arguments = @[ kind == kUserTicket ? @"--user-store" : @"--system-store", @"--print-tickets", @"--productid", @"com.google.Chrome" ]; llvm-svn: 193168
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud