diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-23 22:49:23 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-23 22:49:23 +0000 |
commit | 2e779198535580515dfa9c8bfe1f3fe08abdb84b (patch) | |
tree | 325f902786a74d814f728ed90784092d42ebf71d /src/flash/ocl/at91sam7x | |
parent | c493543fc93cb693abab3146e08314b63d137470 (diff) | |
download | riscv-openocd-2e779198535580515dfa9c8bfe1f3fe08abdb84b.zip riscv-openocd-2e779198535580515dfa9c8bfe1f3fe08abdb84b.tar.gz riscv-openocd-2e779198535580515dfa9c8bfe1f3fe08abdb84b.tar.bz2 |
Remove whitespace at end of lines, step 1.
- Replace '\s*$' with ''.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2379 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash/ocl/at91sam7x')
-rw-r--r-- | src/flash/ocl/at91sam7x/samflash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/ocl/at91sam7x/samflash.c b/src/flash/ocl/at91sam7x/samflash.c index 1dcc9f9..9922da4 100644 --- a/src/flash/ocl/at91sam7x/samflash.c +++ b/src/flash/ocl/at91sam7x/samflash.c @@ -174,7 +174,7 @@ int flash_erase_plane(int efc_ofs) int flash_erase_all(void) { int result; - + if ((result = flash_erase_plane(0)) != FLASH_STAT_OK) return result; /* the second flash controller, if any */ |