Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart34.cpp')
-rw-r--r--core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart34.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart34.cpp b/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart34.cpp
index 260938d2cad..ccabe827f35 100644
--- a/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart34.cpp
+++ b/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart34.cpp
@@ -1,6 +1,6 @@
-#include "CompletionTestStart.h"
-
-int anotherClass::anotherMethod(){
- xOtherClass c;
- c.xOtherMethod (
-}
+#include "CompletionTestStart.h"
+
+int anotherClass::anotherMethod(){
+ xOtherClass c;
+ c.xOtherMethod (
+}

Back to the top