summaryrefslogtreecommitdiff
path: root/libguile/coop-threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/coop-threads.c')
-rw-r--r--libguile/coop-threads.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libguile/coop-threads.c b/libguile/coop-threads.c
index 7d4b73570..cf28fc4dd 100644
--- a/libguile/coop-threads.c
+++ b/libguile/coop-threads.c
@@ -467,3 +467,9 @@ scm_signal_condition_variable (SCM c)
coop_condition_variable_signal (SCM_CONDVAR_DATA (c));
return SCM_BOOL_T;
}
+
+/*
+ Local Variables:
+ c-file-style: "gnu"
+ End:
+*/