diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-07-07 11:45:28 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-07-07 11:45:28 +0200 |
commit | ed3751c8245cbf523caf4975f654d459f070ea9a (patch) | |
tree | 1bc6a7e69181867c76389dbaca292f8d29af351a /src/w32xfns.c | |
parent | cf84bb53567cf64b3dade9e9abeaef289371f0cc (diff) |
Fix whitespace to follow coding guidelines.
Diffstat (limited to 'src/w32xfns.c')
-rw-r--r-- | src/w32xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32xfns.c b/src/w32xfns.c index a929e45cf6..f57903dc68 100644 --- a/src/w32xfns.c +++ b/src/w32xfns.c @@ -214,7 +214,7 @@ get_next_msg (W32Msg * lpmsg, BOOL bWait) if (!UnionRect (&(lpmsg->rect), &(lpmsg->rect), &(lpCur->w32msg.rect))) { - SetRectEmpty(&(lpmsg->rect)); + SetRectEmpty (&(lpmsg->rect)); } myfree (lpCur); |