summaryrefslogtreecommitdiff
path: root/apps/system/install
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-12 12:53:19 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-12 12:53:19 -0600
commit5fbbc21f13770cc35c3e61e3109c125d03f172eb (patch)
tree1c1278108c7fe21ea7534a274a6994ae4ed2b6cc /apps/system/install
parent387c4ace106479e457033b1717051ec55b8d673e (diff)
downloadnuttx-5fbbc21f13770cc35c3e61e3109c125d03f172eb.tar.gz
nuttx-5fbbc21f13770cc35c3e61e3109c125d03f172eb.tar.bz2
nuttx-5fbbc21f13770cc35c3e61e3109c125d03f172eb.zip
Make sure that there is one space between if and condition
Diffstat (limited to 'apps/system/install')
-rw-r--r--apps/system/install/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/install/install.c b/apps/system/install/install.c
index fd14b7a6f..cc60df7c3 100644
--- a/apps/system/install/install.c
+++ b/apps/system/install/install.c
@@ -118,7 +118,7 @@ static int install_getstartpage(int startpage, int pagemargin, int desiredsize)
maxlen = 0;
}
- if(stpage < startpage)
+ if (stpage < startpage)
{
stpage = startpage;
}