From: Joel Brobecker Date: Mon, 23 Mar 2015 22:42:23 +0000 (-0700) Subject: Fix indentation in ser_windows_setparity and hardwire_setparity. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a4506c0329233bd99ddc7436b6588b9c7caf13d;p=binutils-gdb.git Fix indentation in ser_windows_setparity and hardwire_setparity. gdb/ChangeLog: * ser-mingw.c (ser_windows_setparity): Fix indentation. * ser-unix.c (hardwire_setparity): Likewise. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e5e925506e4..77de88aefc3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2015-03-23 Joel Brobecker + + * ser-mingw.c (ser_windows_setparity): Fix indentation. + * ser-unix.c (hardwire_setparity): Likewise. + 2015-03-23 Yurij Grechishhev * NEWS: Mention set/show serial parity command. diff --git a/gdb/ser-mingw.c b/gdb/ser-mingw.c index 6d383ace41d..a6ec374be95 100644 --- a/gdb/ser-mingw.c +++ b/gdb/ser-mingw.c @@ -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; } diff --git a/gdb/ser-unix.c b/gdb/ser-unix.c index 280fb6ae8e9..356e5e7d1a2 100644 --- a/gdb/ser-unix.c +++ b/gdb/ser-unix.c @@ -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; }