Skip to content

Commit a3bfbb9

Browse files
committed
Fix clang-format issues.
1 parent a8ec2d6 commit a3bfbb9

File tree

1 file changed

+1
-3
lines changed
  • lldb/test/API/commands/target/anon-struct

1 file changed

+1
-3
lines changed

lldb/test/API/commands/target/anon-struct/main.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ struct B {
1111
};
1212
} b;
1313

14-
int main(int argc, char **argv) {
15-
return 0;
16-
}
14+
int main(int argc, char **argv) { return 0; }

0 commit comments

Comments
 (0)