aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2019-08-03 23:16:05 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-09-29 17:10:05 +0200
commit1920599e1829ae0469ea5a1ce04e1e251f564847 (patch)
tree287848f56328f38729229d0f3a727b6c4a6df7c8 /nx-X11
parent4d3bd06ce48301fea54dcb567116dc3091ff83be (diff)
downloadnx-libs-1920599e1829ae0469ea5a1ce04e1e251f564847.tar.gz
nx-libs-1920599e1829ae0469ea5a1ce04e1e251f564847.tar.bz2
nx-libs-1920599e1829ae0469ea5a1ce04e1e251f564847.zip
Clipboard.c: whitespace fixes
Diffstat (limited to 'nx-X11')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Clipboard.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
index 8da1dd285..fe5c7d2c9 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
@@ -217,7 +217,7 @@ void nxagentPrintSelectionStat(int sel)
{
SelectionOwner lOwner = lastSelectionOwner[sel];
Selection curSel = CurrentSelections[sel];
- char *s =NULL;
+ char *s = NULL;
#ifdef CLIENTIDS
fprintf(stderr, " lastSelectionOwner[].client [%p] index [%d] PID [%d] Cmd [%s]\n",
@@ -617,7 +617,7 @@ FIXME: Do we need this?
}
else
{
- if (lastSelectionOwner[i].client != NULL &&
+ if (lastSelectionOwner[i].client != NULL &&
nxagentOption(Clipboard) != ClipboardClient)
{
xEvent x;
@@ -913,7 +913,7 @@ void nxagentCollectPropertyEvent(int resource)
SAFE_XFree(pszReturnData);
return;
}
-
+
if (resultFormat != 8 && resultFormat != 16 && resultFormat != 32)
{
#ifdef DEBUG
@@ -1571,10 +1571,10 @@ int nxagentConvertSelection(ClientPtr client, WindowPtr pWin, Atom selection,
x.u.selectionNotify.selection = selection;
x.u.selectionNotify.target = target;
x.u.selectionNotify.property = property;
-
+
(void) TryClientEvents(client, &x, 1, NoEventMask,
NoEventMask , NullGrab);
-
+
return 1;
}