2005-01-13 Michael Snyder <msnyder@redhat.com>
* scm-valprint.c: Whitespace tweaks.
This commit is contained in:
parent
2ec664f5c4
commit
41ccc9f609
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user