From 5fbbc21f13770cc35c3e61e3109c125d03f172eb Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 12 Apr 2014 12:53:19 -0600 Subject: Make sure that there is one space between if and condition --- apps/system/install/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/system') 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; } -- cgit v1.2.3