Add Emacs local variable for stroustrup style.
[libradsec.git] / debug.c
diff --git a/debug.c b/debug.c
index 6943090..b8c7ed1 100644 (file)
--- a/debug.c
+++ b/debug.c
@@ -177,3 +177,7 @@ void debugx(int status, uint8_t level, char *format, ...) {
     }
     exit(status);
 }
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */