Cleanup: removal of obsolete semicolons

Obsolete C source code semicolons were removed using the semantic patch
semicolon/semicolon.cocci, see coccinellery.org

Change-Id: I153b4995a9e028ebaf5f58c947821dc78345a777
Signed-off-by: Alexander Kurz <akurz@blala.de>
Reviewed-on: http://openocd.zylin.com/3367
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
This commit is contained in:
Alexander Kurz
2016-02-28 21:21:40 +01:00
committed by Andreas Fritiofson
parent 144f96c35a
commit 6581bf5f15
21 changed files with 29 additions and 36 deletions

View File

@@ -471,7 +471,7 @@ if (openjtag_device_desc == NULL) {
LOG_ERROR("Can't set baud rate to max: %s",
ftdi_get_error_string(&ftdic));
return ERROR_JTAG_DEVICE_ERROR;
};
}
#endif
#if BUILD_OPENJTAG_FTD2XX == 1