Skip to content

Commit e8146d7

Browse files
committed
fixup! clang-format
1 parent e43310a commit e8146d7

File tree

1 file changed

+1
-3
lines changed
  • lldb/test/API/lang/cpp/expr-definition-in-dylib

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
#include "lib.h"
22

3-
int Foo::method() {
4-
return -72;
5-
}
3+
int Foo::method() { return -72; }

0 commit comments

Comments
 (0)