summaryrefslogtreecommitdiff
path: root/src/flash
diff options
context:
space:
mode:
authorRodrigo L. Rosa <rodrigorosa.lg@gmail.com>2011-06-10 12:23:34 -0700
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-06-12 11:18:27 +0200
commit7b0ead520dcf6969954f42255a01e63b89f96cd6 (patch)
tree1046a2ae0f00e3deefc52ec8c31a26c18bff12ad /src/flash
parentf4b9a2fc8bbc682e957276a0012199a606c919b0 (diff)
downloadopenocd+libswd-7b0ead520dcf6969954f42255a01e63b89f96cd6.tar.gz
openocd+libswd-7b0ead520dcf6969954f42255a01e63b89f96cd6.tar.bz2
openocd+libswd-7b0ead520dcf6969954f42255a01e63b89f96cd6.tar.xz
openocd+libswd-7b0ead520dcf6969954f42255a01e63b89f96cd6.zip
cleanup trailing whitespaces
Diffstat (limited to 'src/flash')
-rw-r--r--src/flash/nor/dsp5680xx_flash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/nor/dsp5680xx_flash.c b/src/flash/nor/dsp5680xx_flash.c
index 4e7a0b61..9fa7b06f 100644
--- a/src/flash/nor/dsp5680xx_flash.c
+++ b/src/flash/nor/dsp5680xx_flash.c
@@ -3,7 +3,7 @@
* rodrigorosa.LG@gmail.com *
* *
* Based on a file written by: *
- * Kevin McGuire *
+ * Kevin McGuire *
* Marcel Wijlaars *
* Michael Ashton *
* *
@@ -102,7 +102,7 @@ static int dsp5680xx_flash_protect(struct flash_bank *bank, int set, int first,
for(int i = first;i<last;i++)
bank->sectors[i].is_protected = 1;
}
- }else{
+ }else{
retval = dsp5680xx_f_unlock(bank->target);
if(retval == ERROR_OK)
for(int i = first;i<last;i++)