diff options
author | Greg J. Badros <gjb@cs.washington.edu> | 2000-01-05 19:25:37 +0000 |
---|---|---|
committer | Greg J. Badros <gjb@cs.washington.edu> | 2000-01-05 19:25:37 +0000 |
commit | 3b3b36ddb7dfbd5094abee360c253c8f1216dcdd (patch) | |
tree | be6f18ee784818de032ac23e77470b67e260ffef /libguile/gsubr.c | |
parent | cbaee92a8b6d8abba6bd236d089a7e6c3cf471b3 (diff) | |
download | guile-3b3b36ddb7dfbd5094abee360c253c8f1216dcdd.tar.gz |
* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*
macros and SCM_DEFINE macros to match GNU coding standards.
Diffstat (limited to 'libguile/gsubr.c')
-rw-r--r-- | libguile/gsubr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/gsubr.c b/libguile/gsubr.c index 47e44613b..301a64888 100644 --- a/libguile/gsubr.c +++ b/libguile/gsubr.c @@ -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 |