]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 ab1fcd77682b7a6957497137790e037bbe4a78bd..3b1bba6834d3e855575bd2d7f19678b44953fe61 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 1975409642b5c8e27e96a9862da6f78f68fe9337..222db9257716212a3b14efb96d6e3230b9ccafde 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: