From 8a4506c0329233bd99ddc7436b6588b9c7caf13d Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Mon, 23 Mar 2015 15:42:23 -0700 Subject: [PATCH] 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. --- gdb/ChangeLog | 5 +++++ gdb/ser-mingw.c | 2 +- gdb/ser-unix.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e5e925506e..77de88aefc 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 6d383ace41..a6ec374be9 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 280fb6ae8e..356e5e7d1a 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; } -- 2.34.1