about summary refs log tree commit diff
path: root/other/pamdepth.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-09-20 18:10:56 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-09-20 18:10:56 +0000
commit5e96ff9268ee6c42a5265975a1657f4d20f21b5f (patch)
tree639aaf751e08a030ef7c2ebd55d77a2b46c9c868 /other/pamdepth.c
parent553be9f71998e872838769b1a9be6972ab8ccb8e (diff)
downloadnetpbm-mirror-5e96ff9268ee6c42a5265975a1657f4d20f21b5f.tar.gz
netpbm-mirror-5e96ff9268ee6c42a5265975a1657f4d20f21b5f.tar.xz
netpbm-mirror-5e96ff9268ee6c42a5265975a1657f4d20f21b5f.zip
whitespace
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4673 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'other/pamdepth.c')
-rw-r--r--other/pamdepth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/pamdepth.c b/other/pamdepth.c
index 46601864..4349f5ea 100644
--- a/other/pamdepth.c
+++ b/other/pamdepth.c
@@ -124,7 +124,7 @@ transformRaster(struct pam * const inpamP,
                 tuplerow[col][plane] = sampleMap[tuplerow[col][plane]];
         }
         pnm_writepamrow(outpamP, tuplerow);
-	}
+        }
 
     pnm_freepamrow(tuplerow);