mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +02:00
* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*
macros and SCM_DEFINE macros to match GNU coding standards.
This commit is contained in:
parent
cbaee92a8b
commit
3b3b36ddb7
61 changed files with 730 additions and 730 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue