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/boolean.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/boolean.c')
-rw-r--r-- | libguile/boolean.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/boolean.c b/libguile/boolean.c index d2cc1442c..3a578bcd2 100644 --- a/libguile/boolean.c +++ b/libguile/boolean.c @@ -52,7 +52,7 @@ -SCM_DEFINE(scm_not, "not", 1, 0, 0, +SCM_DEFINE (scm_not, "not", 1, 0, 0, (SCM x), "") #define FUNC_NAME s_scm_not @@ -62,7 +62,7 @@ SCM_DEFINE(scm_not, "not", 1, 0, 0, #undef FUNC_NAME -SCM_DEFINE(scm_boolean_p, "boolean?", 1, 0, 0, +SCM_DEFINE (scm_boolean_p, "boolean?", 1, 0, 0, (SCM obj), "") #define FUNC_NAME s_scm_boolean_p |