Skip to content

Commit 1348edd

Browse files
authored
[nfc] clangf
1 parent fe7c785 commit 1348edd

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

tree/tree/test/ElementStruct.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ class ElementStruct {
1010
int i;
1111
double *d; //[i]
1212
};
13-
#endif
13+
14+
#endif

tree/tree/test/SillyStruct.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ class SillyStruct : public TObject {
1919
ClassDefOverride(SillyStruct, 1)
2020
};
2121

22-
#endif
22+
#endif

tree/tree/test/TestRefObj.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#include "TestRefObj.h"
1+
#include "TestRefObj.h"

tree/tree/test/TestRefObj.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ class TestRefObj : public TObject {
1919
ClassDef(TestRefObj, 1);
2020
};
2121

22-
#endif
22+
#endif

0 commit comments

Comments
 (0)