gdb/ChangeLog:
* ser-mingw.c (ser_windows_setparity): Fix indentation.
* ser-unix.c (hardwire_setparity): Likewise.
+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.
break;
default:
internal_warning (__FILE__, __LINE__,
- "Incorrect parity value: %d", parity);
+ "Incorrect parity value: %d", parity);
return -1;
}
break;
default:
internal_warning (__FILE__, __LINE__,
- "Incorrect parity value: %d", parity);
+ "Incorrect parity value: %d", parity);
return -1;
}