* scm-valprint.c: Whitespace tweaks.
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.
{
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;
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: