Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
Format
/
adjust-indent.cpp
blob: 5565dc00b62d0b4f6ccd920e5610b3d94e001194 [
file
] [
log
] [
blame
]
// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -lines=2:2 \
// RUN: | FileCheck -strict-whitespace %s
void
f
()
{
// CHECK: void f() {
int
i
;
// CHECK: {{^ int\ i;}}
int
j
;
// CHECK: {{^ int\ j;}}
}