This is an automated email from Gerrit. Michele Sardo ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4390
-- gerrit commit 03caff0eef3df53e3569c6236a150ddcdd8b97b6 Author: Michele Sardo <[email protected]> Date: Thu Feb 1 11:52:23 2018 +0100 Fixed indentation problem Change-Id: If249ad33750620238bfe2140e2a88f084ded08ab Signed-off-by: Michele Sardo <[email protected]> diff --git a/src/flash/nor/bluenrg-x.c b/src/flash/nor/bluenrg-x.c index 43e85fc..9f94341 100644 --- a/src/flash/nor/bluenrg-x.c +++ b/src/flash/nor/bluenrg-x.c @@ -256,8 +256,8 @@ static int bluenrgx_write_bytes(struct target *target, uint32_t address_base, ui uint32_t pre_bytes = 0, post_bytes = 0, pre_word, post_word, pre_address, post_address; if (count == 0) { - /* Just return if there are no bytes to write */ - return retval; + /* Just return if there are no bytes to write */ + return retval; } if (address_base & 3) { diff --git a/src/jtag/drivers/libjaylink b/src/jtag/drivers/libjaylink index 8645845..699b700 160000 --- a/src/jtag/drivers/libjaylink +++ b/src/jtag/drivers/libjaylink @@ -1 +1 @@ -Subproject commit 8645845c1abebd004e991ba9a7f808f4fd0c608b +Subproject commit 699b7001d34a79c8e7064503dde1bede786fd7f0 -- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
