summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-02 04:55:10 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-02 04:55:10 +0000
commitb3e6cb6d564f722f95a341f9b6661fc3ed44f969 (patch)
tree86499b6130c2e0088daeb3f0e876b64dbf906ca3 /src
parent59a3df127e905643dd55d9bcad588814ca810066 (diff)
downloadopenocd+libswd-b3e6cb6d564f722f95a341f9b6661fc3ed44f969.tar.gz
openocd+libswd-b3e6cb6d564f722f95a341f9b6661fc3ed44f969.tar.bz2
openocd+libswd-b3e6cb6d564f722f95a341f9b6661fc3ed44f969.tar.xz
openocd+libswd-b3e6cb6d564f722f95a341f9b6661fc3ed44f969.zip
David Brownell <david-b@pacbell.net>:
Restore some whitespace that got clobbered by over-aggressive whitepace eradication patches a while back. git-svn-id: svn://svn.berlios.de/openocd/trunk@2446 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r--src/flash/davinci_nand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/davinci_nand.c b/src/flash/davinci_nand.c
index 7ccd080f..8d2d7e97 100644
--- a/src/flash/davinci_nand.c
+++ b/src/flash/davinci_nand.c
@@ -675,7 +675,7 @@ static int davinci_nand_device_command(struct command_context_s *cmd_ctx,
if (aemif == 0x01e00000 /* dm6446, dm357 */
|| aemif == 0x01e10000 /* dm335, dm355 */
|| aemif == 0x01d10000 /* dm365 */
-) {
+ ) {
if (chip < 0x0200000 || chip >= 0x0a000000) {
LOG_ERROR("NAND address %08lx out of range?", chip);
goto fail;