Restore some whitespace that got clobbered by over-aggressive
whitepace eradication patches a while back.
---
 src/flash/davinci_nand.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Restore some whitespace that got clobbered by over-aggressive
whitepace eradication patches a while back.
---
 src/flash/davinci_nand.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- 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;
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to