diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2018-10-10 00:22:38 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-10-27 20:55:02 +0200 |
commit | 018b561b7c2861dd777da164fd6fc3c00bd79c77 (patch) | |
tree | 13ae00ecf6823418098af0c03deb2e9644563f23 | |
parent | 719488da9656c82aeb6ded94d7d22c2a31d485b6 (diff) | |
download | nx-libs-018b561b7c2861dd777da164fd6fc3c00bd79c77.tar.gz nx-libs-018b561b7c2861dd777da164fd6fc3c00bd79c77.tar.bz2 nx-libs-018b561b7c2861dd777da164fd6fc3c00bd79c77.zip |
Clipboard.c: whitespace fixes
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Clipboard.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c index 3650210dc..a4a44f2c2 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c @@ -882,7 +882,6 @@ void nxagentCollectPropertyEvent(int resource) if (resultFormat != 8 && resultFormat != 16 && resultFormat != 32) { - #ifdef DEBUG fprintf (stderr, "nxagentCollectPropertyEvent: WARNING! Invalid property " "value.\n"); @@ -1731,7 +1730,6 @@ int nxagentInitClipboard(WindowPtr pWin) { ErrorF("Unable to initialize XFixes extension.\n"); } - else { #ifdef TEST @@ -1832,4 +1830,3 @@ int nxagentInitClipboard(WindowPtr pWin) return 1; } - |