comparison src/w32xfns.c @ 109160:f8660b83cdbf

Fix whitespace to follow coding guidelines.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 07 Jul 2010 11:45:28 +0200
parents e27859da5624
children 750db9f3e6d8
comparison
equal deleted inserted replaced
109159:3e9fdeb960d1 109160:f8660b83cdbf
212 212
213 /* Adjust clip rectangle to cover both. */ 213 /* Adjust clip rectangle to cover both. */
214 if (!UnionRect (&(lpmsg->rect), &(lpmsg->rect), 214 if (!UnionRect (&(lpmsg->rect), &(lpmsg->rect),
215 &(lpCur->w32msg.rect))) 215 &(lpCur->w32msg.rect)))
216 { 216 {
217 SetRectEmpty(&(lpmsg->rect)); 217 SetRectEmpty (&(lpmsg->rect));
218 } 218 }
219 219
220 myfree (lpCur); 220 myfree (lpCur);
221 221
222 nQueue--; 222 nQueue--;