about summary refs log tree commit diff
path: root/lib/dithers.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-09-20 18:10:34 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-09-20 18:10:34 +0000
commit553be9f71998e872838769b1a9be6972ab8ccb8e (patch)
treeae3bab030ec894e3ab33a34d66d0cd1783667e3b /lib/dithers.h
parentc57fb692012684f1a5b1e84c2e31dc289ef70219 (diff)
downloadnetpbm-mirror-553be9f71998e872838769b1a9be6972ab8ccb8e.tar.gz
netpbm-mirror-553be9f71998e872838769b1a9be6972ab8ccb8e.tar.xz
netpbm-mirror-553be9f71998e872838769b1a9be6972ab8ccb8e.zip
whitespace
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4672 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib/dithers.h')
-rw-r--r--lib/dithers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dithers.h b/lib/dithers.h
index 05531a32..d47c39ec 100644
--- a/lib/dithers.h
+++ b/lib/dithers.h
@@ -42,7 +42,7 @@ static int const dither8[16][16] = {
   {  11,227, 51,211,  7,237, 61,221,  8,224, 48,208,  4,238, 62,222},
   { 139, 75,179,115,135, 71,189,125,136, 72,176,112,132, 68,190,126},
   {  43,203, 27,243, 39,199, 23,253, 40,200, 24,240, 36,196, 20,254},
-  { 171,107,155, 91,167,103,151, 87,168,104,152, 88,164,100,148, 84} 
+  { 171,107,155, 91,167,103,151, 87,168,104,152, 88,164,100,148, 84}
 };
 
 /* Order-3 clustered dithering matrix. */