summaryrefslogtreecommitdiff
path: root/utils/internal/example_c_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/internal/example_c_file.c')
-rw-r--r--utils/internal/example_c_file.c50
1 files changed, 25 insertions, 25 deletions
diff --git a/utils/internal/example_c_file.c b/utils/internal/example_c_file.c
index 44564ac..35da01d 100644
--- a/utils/internal/example_c_file.c
+++ b/utils/internal/example_c_file.c
@@ -1,25 +1,25 @@
-/* a comment / */
-/* "not a string" */
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <assert.h>
-#include <ctype.h>
-#include <signal.h>
-#include <time.h>
-#include <wchar.h>
-
-/*
- multiline comment
- comment
-*/
-
-int main()
-{
- auto char* multi = "a multi"; /* and a comment !*/
-}
-
-/* A final comment for good measure /* /* /* */
-
-
-
+/* a comment / */
+/* "not a string" */
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <assert.h>
+#include <ctype.h>
+#include <signal.h>
+#include <time.h>
+#include <wchar.h>
+
+/*
+ multiline comment
+ comment
+*/
+
+int main()
+{
+ auto char* multi = "a multi"; /* and a comment !*/
+}
+
+/* A final comment for good measure /* /* /* */
+
+
+