From dc575dc5bf8cb597a0e9a47794744ae6b1928087 Mon Sep 17 00:00:00 2001 From: zwelch Date: Tue, 23 Jun 2009 22:47:42 +0000 Subject: Remove whitespace that occurs before ')'. - Replace '[ \t]*[)]' with ')'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2377 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/flash/ecos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/ecos.c') diff --git a/src/flash/ecos.c b/src/flash/ecos.c index 0f1752b6..b74d900f 100644 --- a/src/flash/ecos.c +++ b/src/flash/ecos.c @@ -281,7 +281,7 @@ static int eCosBoard_erase(ecosflash_flash_bank_t *info, uint32_t address, uint3 0, &flashErr, timeout - ); +); if (retval != ERROR_OK) return retval; -- cgit v1.2.3