sim: fix func call style (space before paren)
Committed this as obvious: -foo(...); +foo (...); Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
1f84b6196b
commit
34b47c3828
24 changed files with 261 additions and 252 deletions
|
@ -231,7 +231,7 @@ os_poll_quit (p)
|
|||
#endif
|
||||
#if defined (_MSC_VER)
|
||||
/* NB - this will not compile! */
|
||||
int k = win32pollquit();
|
||||
int k = win32pollquit ();
|
||||
if (k == 1)
|
||||
return 1;
|
||||
else if (k == 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue