X11: no logic, just white space changes
This commit is contained in:
parent
1c8ef5a92d
commit
a14930f091
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user