Make sure that there is one space after for

This commit is contained in:
Gregory Nutt
2014-04-12 13:28:22 -06:00
parent 23b40f2934
commit ce5594d0ed
4 changed files with 129 additions and 157 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ void open1788_sdram_initialize(void)
/* Wait 128 AHB clock cycles */
for(i = 0; i < 128; i++);
for (i = 0; i < 128; i++);
/* 64ms/8192 = 7.8125us, nx16x8.33ns < 7.8125us, n < 58.6*/
+1 -1
View File
@@ -665,7 +665,7 @@ int main(int argc, char **argv, char **envp)
/* Loopo until control-C */
for(;;)
for (;;)
{
/* Read characters from the console, and echo them to the target tty */
+1 -1
View File
@@ -104,5 +104,5 @@ void board_power_off(void)
// trigger shutdown with pull-up resistor (not push-pull!) and wait.
stm32_gpiowrite(GPIO_PCLR, true);
for(;;);
for (;;);
}
+126 -154
View File
File diff suppressed because it is too large Load Diff