Skip to content

Commit 83ad725

Browse files
committed
crush clang-format
1 parent c789b42 commit 83ad725

File tree

1 file changed

+1
-1
lines changed
  • lldb/test/API/tools/lldb-dap/breakpoint

1 file changed

+1
-1
lines changed

lldb/test/API/tools/lldb-dap/breakpoint/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ int main(int argc, char const *argv[]) {
3333
if (foo == nullptr) {
3434
fprintf(stderr, "%s\n", dlerror());
3535
exit(2);
36-
} // break non-breakpointable line
36+
} // break non-breakpointable line
3737
foo(12); // before loop
3838

3939
for (int i = 0; i < 10; ++i) {

0 commit comments

Comments
 (0)