summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30050-nl-namespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30050-nl-namespace.h')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30050-nl-namespace.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30050-nl-namespace.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30050-nl-namespace.h
new file mode 100644
index 00000000..e515b479
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30050-nl-namespace.h
@@ -0,0 +1,14 @@
+namespace ns1 {
+
+ void *foo(void);
+ void bar(void);
+
+}
+
+namespace ns2 {
+
+ void *foo(void);
+ void bar(void);
+
+}
+