X11: no logic, just white space changes

This commit is contained in:
Jay Sorg 2012-07-31 13:57:39 -07:00
parent 1c8ef5a92d
commit a14930f091
2 changed files with 73 additions and 73 deletions

View File

@ -90,7 +90,7 @@ void xf_SendClientEvent(xfInfo *xfi, xfWindow* window, Atom atom, unsigned int n
xevent.xclient.message_type = atom;
xevent.xclient.format = 32;
for (i=0; i<numArgs; i++)
for (i = 0; i < numArgs; i++)
{
xevent.xclient.data.l[i] = va_arg(argp, int);
}