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 e5e925506e47d5b8108f7f955e9c1be673885f31..77de88aefc39b91dc883e3df89b112e476d16520 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 6d383ace41d51093d4302882b5ef85b099717bab..a6ec374be9541b61ac3fd748f5930097bd273c8b 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 280fb6ae8e95fe2776f56b396779aedf99903019..356e5e7d1a29ec8c09e799eb61f538f0bad89762 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;
     }
 
This page took 0.028532 seconds and 4 git commands to generate.