Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart39.cpp')
-rw-r--r--core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart39.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart39.cpp b/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart39.cpp
index 077937373bc..ad0577d18cb 100644
--- a/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart39.cpp
+++ b/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart39.cpp
@@ -1,10 +1,10 @@
-class Foo{
-public:
-Foo();
-void bar();
-static void fum();
-static int x;
-int y;
-};
-
+class Foo{
+public:
+Foo();
+void bar();
+static void fum();
+static int x;
+int y;
+};
+
void Foo:: \ No newline at end of file

Back to the top