2005-01-13 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Fri, 14 Jan 2005 01:57:03 +0000 (01:57 +0000)
committerMichael Snyder <msnyder@vmware.com>
Fri, 14 Jan 2005 01:57:03 +0000 (01:57 +0000)
* scm-valprint.c: Whitespace tweaks.

gdb/ChangeLog
gdb/scm-valprint.c

index ab1fcd7..3b1bba6 100644 (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.
index 1975409..222db92 100644 (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: