diff options
author | Greg J. Badros <gjb@cs.washington.edu> | 1999-12-13 00:44:10 +0000 |
---|---|---|
committer | Greg J. Badros <gjb@cs.washington.edu> | 1999-12-13 00:44:10 +0000 |
commit | 717050c8d5a7df541453271791526de3da6ae570 (patch) | |
tree | 0d5c2a240c9486ed78b51830c1510a26546ace6b /libguile/boolean.c | |
parent | 6aca8c6cbe3465e17de77ecdbdca14c687ee7071 (diff) | |
download | guile-717050c8d5a7df541453271791526de3da6ae570.tar.gz |
Remove leading whitespace before empty docstrings.
Diffstat (limited to 'libguile/boolean.c')
-rw-r--r-- | libguile/boolean.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/boolean.c b/libguile/boolean.c index f6cc5b20c..e0bfd70ad 100644 --- a/libguile/boolean.c +++ b/libguile/boolean.c @@ -54,7 +54,7 @@ GUILE_PROC(scm_not, "not", 1, 0, 0, (SCM x), - "") +"") #define FUNC_NAME s_scm_not { return SCM_BOOL(SCM_FALSEP(x)); |