Make sure that there is one space between while and condition

This commit is contained in:
Gregory Nutt
2014-04-12 13:09:48 -06:00
parent 303cc1902b
commit 056aed1274
35 changed files with 59 additions and 54 deletions
+1 -1
View File
@@ -111,7 +111,7 @@
#define WRITE_NAND(d,a) \
do { \
*(volatile uint8_t *)((uintptr_t)a) = (uint8_t)d; \
} while(0)
} while (0)
/****************************************************************************
* Private Types