about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-02-24 01:09:45 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-02-24 01:09:45 +0000
commit8fb241eee6d86565bac55a14d1c6a5a1d00517dc (patch)
tree1715b80fb6342530724ea40d786f94298c882b0b
parent93990f444f7f9c258a2f0f7b374460abbb5b4551 (diff)
downloadnetpbm-mirror-8fb241eee6d86565bac55a14d1c6a5a1d00517dc.tar.gz
netpbm-mirror-8fb241eee6d86565bac55a14d1c6a5a1d00517dc.tar.xz
netpbm-mirror-8fb241eee6d86565bac55a14d1c6a5a1d00517dc.zip
whitespace
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1856 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--converter/other/rast.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/converter/other/rast.h b/converter/other/rast.h
index e79896ea..937f7278 100644
--- a/converter/other/rast.h
+++ b/converter/other/rast.h
@@ -49,7 +49,7 @@ struct rasterfile {
 #define RMT_EQUAL_RGB	1
 #define RMT_RAW		2
     long ras_maplength;
-    };
+};
 
 struct pixrectops {
     int	(*pro_rop)();
@@ -65,14 +65,15 @@ struct pixrectops {
     int	(*pro_getcolormap)();
     int	(*pro_putattributes)();
     int	(*pro_getattributes)();
-    };
+};
 
 struct pr_size {
     int x, y;
-    };
+};
+
 struct pr_pos {
     int x, y;
-    };
+};
 
 struct pixrect {
     struct pixrectops* pr_ops;
@@ -87,13 +88,13 @@ struct mpr_data {
     struct pr_pos md_offset;
     short md_primary;
     short md_flags;
-    };
+};
 
 typedef struct {
     int type;
     int length;
     unsigned char* map[3];
-    } colormap_t;
+} colormap_t;
 
 /* And the routine definitions. */