about summary refs log tree commit diff
path: root/converter/other/pamtosvg/image-proc.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-10-08 17:45:23 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-10-08 17:45:23 +0000
commitbb4ba2586d4cfe9302278a427ee4cf7a89aef53b (patch)
treee48d17b2acafd26e2367c33d96d56cf58eb1f858 /converter/other/pamtosvg/image-proc.h
parent4b091760fddc73ffc877563b445599db21557e78 (diff)
downloadnetpbm-mirror-bb4ba2586d4cfe9302278a427ee4cf7a89aef53b.tar.gz
netpbm-mirror-bb4ba2586d4cfe9302278a427ee4cf7a89aef53b.tar.xz
netpbm-mirror-bb4ba2586d4cfe9302278a427ee4cf7a89aef53b.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4736 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/pamtosvg/image-proc.h')
-rw-r--r--converter/other/pamtosvg/image-proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pamtosvg/image-proc.h b/converter/other/pamtosvg/image-proc.h
index a5b86ec1..0607d3dd 100644
--- a/converter/other/pamtosvg/image-proc.h
+++ b/converter/other/pamtosvg/image-proc.h
@@ -25,7 +25,7 @@ typedef struct
 /* Allocate and compute a new distance map. */
 extern distance_map_type new_distance_map(bitmap_type,
     unsigned char target_value, bool padded,
-					  at_exception_type * exp);
+                                          at_exception_type * exp);
 
 /* Free the dynamically-allocated storage associated with a distance map. */
 extern void free_distance_map(distance_map_type*);