From d52642fa79f99d042b622e92632d782598d79aa0 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 23 Jun 2010 17:14:44 +0200 Subject: Remove some stray spaces. --- draw/archport.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'draw') diff --git a/draw/archport.c b/draw/archport.c index 7b70e84f..f4fea5bc 100644 --- a/draw/archport.c +++ b/draw/archport.c @@ -370,7 +370,7 @@ img_w4i1o4_32bit(byte *argb, byte * restrict src, byte cov, int len, vi = v >> 16; if (vi < 0) { - vi = 0; + vi = 0; vi1 = 0; } else if (vi >= h) @@ -439,7 +439,7 @@ img_w4i1o4_32bit(byte *argb, byte * restrict src, byte cov, int len, vi = v >> 16; if (vi < 0) { - vi = 0; + vi = 0; vi1 = 0; } else if (vi >= h) @@ -521,7 +521,7 @@ img_1o1_32bit(byte * restrict src, byte cov, int len, byte * restrict dst, vi = v >> 16; if (vi < 0) { - vi = 0; + vi = 0; vi1 = 0; } else if (vi >= h) -- cgit v1.2.3