From 5d99549aca261d40abf3e0d7180c2bddca3522b3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 12 Apr 2014 13:09:48 -0600 Subject: Make sure that there is one space between while and condition --- apps/system/install/install.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/system') 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) { -- cgit v1.2.3