Fix indentation in ser_windows_setparity and hardwire_setparity.
authorJoel Brobecker <brobecker@adacore.com>
Mon, 23 Mar 2015 22:42:23 +0000 (15:42 -0700)
committerJoel Brobecker <brobecker@adacore.com>
Mon, 23 Mar 2015 22:45:16 +0000 (15:45 -0700)
gdb/ChangeLog:

        * ser-mingw.c (ser_windows_setparity): Fix indentation.
        * ser-unix.c (hardwire_setparity): Likewise.

gdb/ChangeLog
gdb/ser-mingw.c
gdb/ser-unix.c

index e5e9255..77de88a 100644 (file)
@@ -1,3 +1,8 @@
+2015-03-23  Joel Brobecker  <brobecker@adacore.com>
+
+       * ser-mingw.c (ser_windows_setparity): Fix indentation.
+       * ser-unix.c (hardwire_setparity): Likewise.
+
 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
 
        * NEWS: Mention set/show serial parity command.
index 6d383ac..a6ec374 100644 (file)
@@ -223,7 +223,7 @@ ser_windows_setparity (struct serial *scb, int parity)
       break;
     default:
       internal_warning (__FILE__, __LINE__,
-                  "Incorrect parity value: %d", parity);
+                       "Incorrect parity value: %d", parity);
       return -1;
     }
 
index 280fb6a..356e5e7 100644 (file)
@@ -918,7 +918,7 @@ hardwire_setparity (struct serial *scb, int parity)
       break;
     default:
       internal_warning (__FILE__, __LINE__,
-                  "Incorrect parity value: %d", parity);
+                       "Incorrect parity value: %d", parity);
       return -1;
     }