about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-02-24 02:05:57 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-02-24 02:05:57 +0000
commit8a8c0f6fd4085773e7645ef459a41e2e42300b15 (patch)
treed6c86eea1ae4186148f39b4ae0aa0b2b84659e20
parent788f6229f23cd83933a90118ed362842c5e0aa6b (diff)
downloadnetpbm-mirror-8a8c0f6fd4085773e7645ef459a41e2e42300b15.tar.gz
netpbm-mirror-8a8c0f6fd4085773e7645ef459a41e2e42300b15.tar.xz
netpbm-mirror-8a8c0f6fd4085773e7645ef459a41e2e42300b15.zip
whitespace
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1859 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--converter/other/rast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/rast.h b/converter/other/rast.h
index 937f7278..eb6f4ec4 100644
--- a/converter/other/rast.h
+++ b/converter/other/rast.h
@@ -80,7 +80,7 @@ struct pixrect {
     struct pr_size pr_size;
     int pr_depth;
     struct mpr_data* pr_data;	/* work-alike only handles memory pixrects */
-    };
+};
 
 struct mpr_data {
     int md_linebytes;