Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart14.cpp')
-rw-r--r--core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart14.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart14.cpp b/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart14.cpp
index 5d33709a5a7..bd11959c9a4 100644
--- a/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart14.cpp
+++ b/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart14.cpp
@@ -1,5 +1,5 @@
-#include "CompletionTestStart.h"
-
-void foo(int x){
- int y = a
-}
+#include "CompletionTestStart.h"
+
+void foo(int x){
+ int y = a
+}

Back to the top