Commit 1920599e authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Clipboard.c: whitespace fixes

parent 4d3bd06c
...@@ -217,7 +217,7 @@ void nxagentPrintSelectionStat(int sel) ...@@ -217,7 +217,7 @@ void nxagentPrintSelectionStat(int sel)
{ {
SelectionOwner lOwner = lastSelectionOwner[sel]; SelectionOwner lOwner = lastSelectionOwner[sel];
Selection curSel = CurrentSelections[sel]; Selection curSel = CurrentSelections[sel];
char *s =NULL; char *s = NULL;
#ifdef CLIENTIDS #ifdef CLIENTIDS
fprintf(stderr, " lastSelectionOwner[].client [%p] index [%d] PID [%d] Cmd [%s]\n", fprintf(stderr, " lastSelectionOwner[].client [%p] index [%d] PID [%d] Cmd [%s]\n",
...@@ -617,7 +617,7 @@ FIXME: Do we need this? ...@@ -617,7 +617,7 @@ FIXME: Do we need this?
} }
else else
{ {
if (lastSelectionOwner[i].client != NULL && if (lastSelectionOwner[i].client != NULL &&
nxagentOption(Clipboard) != ClipboardClient) nxagentOption(Clipboard) != ClipboardClient)
{ {
xEvent x; xEvent x;
...@@ -913,7 +913,7 @@ void nxagentCollectPropertyEvent(int resource) ...@@ -913,7 +913,7 @@ void nxagentCollectPropertyEvent(int resource)
SAFE_XFree(pszReturnData); SAFE_XFree(pszReturnData);
return; return;
} }
if (resultFormat != 8 && resultFormat != 16 && resultFormat != 32) if (resultFormat != 8 && resultFormat != 16 && resultFormat != 32)
{ {
#ifdef DEBUG #ifdef DEBUG
...@@ -1571,10 +1571,10 @@ int nxagentConvertSelection(ClientPtr client, WindowPtr pWin, Atom selection, ...@@ -1571,10 +1571,10 @@ int nxagentConvertSelection(ClientPtr client, WindowPtr pWin, Atom selection,
x.u.selectionNotify.selection = selection; x.u.selectionNotify.selection = selection;
x.u.selectionNotify.target = target; x.u.selectionNotify.target = target;
x.u.selectionNotify.property = property; x.u.selectionNotify.property = property;
(void) TryClientEvents(client, &x, 1, NoEventMask, (void) TryClientEvents(client, &x, 1, NoEventMask,
NoEventMask , NullGrab); NoEventMask , NullGrab);
return 1; return 1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment