* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*
[bpt/guile.git] / libguile / gsubr.c
index 47e4461..301a648 100644 (file)
@@ -129,7 +129,7 @@ scm_make_gsubr_with_generic (const char *name,
 }
 
 
-SCM_DEFINE(scm_gsubr_apply, "gsubr-apply", 0, 0, 1, 
+SCM_DEFINE (scm_gsubr_apply, "gsubr-apply", 0, 0, 1, 
            (SCM args),
 "")
 #define FUNC_NAME s_scm_gsubr_apply