Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart7.cpp')
-rw-r--r--core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart7.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart7.cpp b/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart7.cpp
index d91f3a4f204..faaecc249b3 100644
--- a/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart7.cpp
+++ b/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart7.cpp
@@ -1,10 +1,10 @@
-#include "CompletionTestStart.h"
-
-aClass* foo(){
- return new aClass();
-}
-
-void anotherClass::anotherMethod()
-{
- foo()->a
-}
+#include "CompletionTestStart.h"
+
+aClass* foo(){
+ return new aClass();
+}
+
+void anotherClass::anotherMethod()
+{
+ foo()->a
+}

Back to the top