WaE: suggest a space before ';' or explicit braces around empty body in 'while' statement

This commit is contained in:
Tor Lillqvist 2011-09-29 21:53:29 +03:00
parent 235a5e6c32
commit 50ce26da14

View file

@ -277,7 +277,8 @@ extern "C" DESKTOP_DLLPUBLIC int unopkg_main()
return 0;
}
//consume all bootstrap variables which may occur before the subcommannd
while(isBootstrapVariable(&nPos));
while(isBootstrapVariable(&nPos))
;
if(nPos >= nCount)
return 0;