Skip to content

Commit 2079127

Browse files
committed
fixup! clang-format
1 parent d836983 commit 2079127

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

lldb/test/Shell/Expr/Inputs/name-conflict-test/plugin.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#include "service.h"
21
#include "plugin.h"
2+
#include "service.h"
33

44
struct Proxy : public Service {
55
State *proxyState;
@@ -12,4 +12,3 @@ void plugin_init() { gProxyThis = new Proxy; }
1212

1313
void plugin_entry() {}
1414
}
15-

lldb/test/Shell/Expr/Inputs/name-conflict-test/plugin.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ void plugin_init(void);
77
}
88

99
#endif // _H_IN
10-

lldb/test/Shell/Expr/Inputs/name-conflict-test/service.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ void exported() {
1212
Service service;
1313
service.start(0);
1414
}
15-

0 commit comments

Comments
 (0)