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