summaryrefslogtreecommitdiff
path: root/apps/system
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system')
-rw-r--r--apps/system/install/install.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/system/install/install.c b/apps/system/install/install.c
index cc60df7c3..807744a7d 100644
--- a/apps/system/install/install.c
+++ b/apps/system/install/install.c
@@ -174,7 +174,7 @@ static int install_programflash(int startaddr, const char *source)
startaddr += count;
totalsize += count;
}
- while(count);
+ while (count);
}
else
{
@@ -308,7 +308,7 @@ static int install_remove(const char *scriptname)
progsize -= up_progmem_pagesize(page);
}
- while(progsize > 0);
+ while (progsize > 0);
if (status < 0)
{