summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-12 13:28:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-12 13:28:22 -0600
commit74a4eb6d1612d63958e14a240cc526c9be8041e0 (patch)
tree90ff9923b46383e6ea4e5ec0f162608fda1820fa /nuttx/tools
parent5d99549aca261d40abf3e0d7180c2bddca3522b3 (diff)
downloadpx4-nuttx-74a4eb6d1612d63958e14a240cc526c9be8041e0.tar.gz
px4-nuttx-74a4eb6d1612d63958e14a240cc526c9be8041e0.tar.bz2
px4-nuttx-74a4eb6d1612d63958e14a240cc526c9be8041e0.zip
Make sure that there is one space after for
Diffstat (limited to 'nuttx/tools')
-rw-r--r--nuttx/tools/kconfig2html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/tools/kconfig2html.c b/nuttx/tools/kconfig2html.c
index a09fb67b6..ef34e75b2 100644
--- a/nuttx/tools/kconfig2html.c
+++ b/nuttx/tools/kconfig2html.c
@@ -690,7 +690,7 @@ static char *read_line(FILE *stream)
/* Loop to handle continuation lines */
- for(;;)
+ for (;;)
{
/* How long is the line so far? */