]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/nat/x86-dregs.c
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
[thirdparty/binutils-gdb.git] / gdb / nat / x86-dregs.c
index 47209cf739530602528a391baf940a45ff1f794c..9bef16aa4c100084fe1581bcf6e40b03c99cb3e7 100644 (file)
@@ -251,7 +251,7 @@ Invalid hardware breakpoint type %d in x86_length_and_rw_bits.\n"),
       case 4:
        return (DR_LEN_4 | rw);
       case 8:
-        if (TARGET_HAS_DR_LEN_8)
+       if (TARGET_HAS_DR_LEN_8)
          return (DR_LEN_8 | rw);
        /* FALL THROUGH */
       default: