cleanup: Big pile of whitespace fixes, all at once.
[u/mdw/catacomb] / .gdbinit
index c4147c3..e4db89b 100644 (file)
--- a/.gdbinit
+++ b/.gdbinit
@@ -17,11 +17,11 @@ define mp-printr
       call (void)fputs("0x", stdout)
     else
       if $arg0 == 8
-        call (void)fputs("0", stdout)
+       call (void)fputs("0", stdout)
       else
-        if $arg0 != 10
-          call (void)fputs("$arg0:", stdout)
-        end
+       if $arg0 != 10
+         call (void)fputs("$arg0:", stdout)
+       end
       end
     end
     call (void)mp_writefile($arg1, stdout, $arg0)