Commit 018b561b authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Clipboard.c: whitespace fixes

parent 719488da
...@@ -882,7 +882,6 @@ void nxagentCollectPropertyEvent(int resource) ...@@ -882,7 +882,6 @@ void nxagentCollectPropertyEvent(int resource)
if (resultFormat != 8 && resultFormat != 16 && resultFormat != 32) if (resultFormat != 8 && resultFormat != 16 && resultFormat != 32)
{ {
#ifdef DEBUG #ifdef DEBUG
fprintf (stderr, "nxagentCollectPropertyEvent: WARNING! Invalid property " fprintf (stderr, "nxagentCollectPropertyEvent: WARNING! Invalid property "
"value.\n"); "value.\n");
...@@ -1731,7 +1730,6 @@ int nxagentInitClipboard(WindowPtr pWin) ...@@ -1731,7 +1730,6 @@ int nxagentInitClipboard(WindowPtr pWin)
{ {
ErrorF("Unable to initialize XFixes extension.\n"); ErrorF("Unable to initialize XFixes extension.\n");
} }
else else
{ {
#ifdef TEST #ifdef TEST
...@@ -1832,4 +1830,3 @@ int nxagentInitClipboard(WindowPtr pWin) ...@@ -1832,4 +1830,3 @@ int nxagentInitClipboard(WindowPtr pWin)
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