2005-01-13 Michael Snyder <msnyder@redhat.com>

* scm-valprint.c: Whitespace tweaks.
This commit is contained in:
Michael Snyder 2005-01-14 01:57:03 +00:00
parent 2ec664f5c4
commit 41ccc9f609
2 changed files with 7 additions and 3 deletions

View File

@ -20,6 +20,7 @@
2005-01-13 Michael Snyder <msnyder@redhat.com>
* scm-valprint.c: Whitespace tweaks.
* rs6000-tdep.c: Whitespace tweaks.
* rs6000-nat.c: Whitespace tweaks.
* remote.c: Whitespace tweaks.

View File

@ -290,8 +290,9 @@ taloop:
{
result
= scm_apply (hook,
scm_listify (exp, port, (writing ? BOOL_T : BOOL_F),
SCM_UNDEFINED),
scm_listify (exp, port,
(writing ? BOOL_T : BOOL_F),
SCM_UNDEFINED),
EOL);
if (result == BOOL_F)
goto punk;
@ -338,7 +339,9 @@ taloop:
break;
case tc7_port:
i = PTOBNUM (exp);
if (i < scm_numptob && scm_ptobs[i].print && (scm_ptobs[i].print) (exp, port, writing))
if (i < scm_numptob
&& scm_ptobs[i].print
&& (scm_ptobs[i].print) (exp, port, writing))
break;
goto punk;
case tc7_smob: