diff options
author | Joel Brobecker <brobecker@adacore.com> | 2015-03-23 15:42:23 -0700 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2015-03-23 15:45:16 -0700 |
commit | 8a4506c0329233bd99ddc7436b6588b9c7caf13d (patch) | |
tree | 35e1dc4a535cce225beb897105e376adf9f820a1 /gdb/ser-mingw.c | |
parent | 236af5e336970a6b58cd17e0a2981bd96f3d09a0 (diff) | |
download | gdb-8a4506c0329233bd99ddc7436b6588b9c7caf13d.zip gdb-8a4506c0329233bd99ddc7436b6588b9c7caf13d.tar.gz gdb-8a4506c0329233bd99ddc7436b6588b9c7caf13d.tar.bz2 |
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.
Diffstat (limited to 'gdb/ser-mingw.c')
-rw-r--r-- | gdb/ser-mingw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ser-mingw.c b/gdb/ser-mingw.c index 6d383ac..a6ec374 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; } |