aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Pixels.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:13:31 +0200
commita1968f854121e1ef024fff8084cf61c765ba8450 (patch)
tree675e633ba4ddf6637667e32bf10d74bc8302a588 /nx-X11/programs/Xserver/hw/nxagent/Pixels.c
parentc346226bb5422bdd715c76ab6fb378c472575a19 (diff)
downloadnx-libs-a1968f854121e1ef024fff8084cf61c765ba8450.tar.gz
nx-libs-a1968f854121e1ef024fff8084cf61c765ba8450.tar.bz2
nx-libs-a1968f854121e1ef024fff8084cf61c765ba8450.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/Pixels.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Pixels.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Pixels.c b/nx-X11/programs/Xserver/hw/nxagent/Pixels.c
index 8aaa9ecd8..1b415718b 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Pixels.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Pixels.c
@@ -75,7 +75,7 @@ int nxagentUniquePixels(XImage *image)
*/
int total = image -> width * image -> height;
-
+
int step = total / elements;
if (step < PIXEL_STEP)
@@ -91,7 +91,7 @@ int nxagentUniquePixels(XImage *image)
/*
* Shift at the left after each scanline.
*/
-
+
if (image -> bytes_per_line % step == 0)
{
step++;