summaryrefslogtreecommitdiffstats
path: root/Tests/InterfaceLinkLibraries/bar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/InterfaceLinkLibraries/bar.cpp')
-rw-r--r--Tests/InterfaceLinkLibraries/bar.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/Tests/InterfaceLinkLibraries/bar.cpp b/Tests/InterfaceLinkLibraries/bar.cpp
index f39bfa5..228ed80 100644
--- a/Tests/InterfaceLinkLibraries/bar.cpp
+++ b/Tests/InterfaceLinkLibraries/bar.cpp
@@ -4,14 +4,14 @@
#endif
#ifdef BAR_USE_BANG
-# ifndef BANG_LIBRARY
-# error Expected BANG_LIBRARY
-# endif
-# include "bang.h"
+#ifndef BANG_LIBRARY
+#error Expected BANG_LIBRARY
+#endif
+#include "bang.h"
#else
-# ifdef BANG_LIBRARY
-# error Unexpected BANG_LIBRARY
-# endif
+#ifdef BANG_LIBRARY
+#error Unexpected BANG_LIBRARY
+#endif
#endif
#include "bar.h"