aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Split.c
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2021-11-18 23:02:53 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-04-27 14:20:56 +0200
commit36c6f09430f74495cb1802e93b9299be0c3d3e53 (patch)
tree675e633ba4ddf6637667e32bf10d74bc8302a588 /nx-X11/programs/Xserver/hw/nxagent/Split.c
parent75c10f3429eb30023a16219795a85569cb48a73a (diff)
downloadnx-libs-36c6f09430f74495cb1802e93b9299be0c3d3e53.tar.gz
nx-libs-36c6f09430f74495cb1802e93b9299be0c3d3e53.tar.bz2
nx-libs-36c6f09430f74495cb1802e93b9299be0c3d3e53.zip
nxagent: delete trailing whitespace in many files
Please note that the NX*.c files still have trailing whitespace at many locations. We keep it like that on purpose to make comparisons to the files they are derived from easier.
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Split.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Split.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Split.c b/nx-X11/programs/Xserver/hw/nxagent/Split.c
index 99cc3a280..198ead5eb 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Split.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Split.c
@@ -406,7 +406,7 @@ void nxagentRegionSplit(DrawablePtr pDrawable, RegionPtr pRegion)
nxagentCheckSplit(pDrawable, pResource);
#endif
-
+
if (pResource == NULL)
{
#ifdef PANIC
@@ -579,7 +579,7 @@ void nxagentValidateSplit(DrawablePtr pDrawable, RegionPtr pRegion)
nxagentCheckSplit(pDrawable, pResource);
#endif
-
+
#ifdef TEST
fprintf(stderr, "nxagentValidateSplit: Checking the region for resource [%d] "
"and drawable at [%p].\n", pResource -> split, (void *) pDrawable);