]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/stacktrace.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / radiant / stacktrace.h
index ddbe3a71381c9f7c5b8e9f62678fe1a43efd4f6c..8475cebe6846f8d85f499f61f03cec2e17a366a6 100644 (file)
@@ -23,6 +23,7 @@
 #define INCLUDED_STACKTRACE_H
 
 class TextOutputStream;
-void write_stack_trace( TextOutputStream& outputStream );
+
+void write_stack_trace(TextOutputStream &outputStream);
 
 #endif