about summary refs log tree commit diff
path: root/buildtools/typegen.c
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/typegen.c')
-rw-r--r--buildtools/typegen.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/buildtools/typegen.c b/buildtools/typegen.c
index 5b32af28..6ca86072 100644
--- a/buildtools/typegen.c
+++ b/buildtools/typegen.c
@@ -13,8 +13,8 @@
   the same compile environment as what will actually get used to build
   Netpbm, and thus the one where our inttypes.h will be used.
 
-  Right now, it simply generates either 
-  
+  Right now, it simply generates either
+
     typedef int int32_t;
 
   or
@@ -111,3 +111,6 @@ main(int argc, char **argv) {
 
     return 0;
 }
+
+
+