Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.core.tests/resources/dependency/a.h')
-rw-r--r--core/org.eclipse.cdt.core.tests/resources/dependency/a.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/core/org.eclipse.cdt.core.tests/resources/dependency/a.h b/core/org.eclipse.cdt.core.tests/resources/dependency/a.h
index 3c66f940fc1..ac18143ef8d 100644
--- a/core/org.eclipse.cdt.core.tests/resources/dependency/a.h
+++ b/core/org.eclipse.cdt.core.tests/resources/dependency/a.h
@@ -1,8 +1,8 @@
-#include "c.h"
-
-class Z
-{
- public:
- Z(){};
- ~Z(){};
+#include "c.h"
+
+class Z
+{
+ public:
+ Z(){};
+ ~Z(){};
}; \ No newline at end of file

Back to the top