WaE: suggest a space before ';' or explicit braces around empty body in 'while' statement
This commit is contained in:
parent
235a5e6c32
commit
50ce26da14
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue