aboutsummaryrefslogtreecommitdiff
path: root/gdb/ser-mingw.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2015-03-23 15:42:23 -0700
committerJoel Brobecker <brobecker@adacore.com>2015-03-23 15:45:16 -0700
commit8a4506c0329233bd99ddc7436b6588b9c7caf13d (patch)
tree35e1dc4a535cce225beb897105e376adf9f820a1 /gdb/ser-mingw.c
parent236af5e336970a6b58cd17e0a2981bd96f3d09a0 (diff)
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.c2
1 files changed, 1 insertions, 1 deletions
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;
}