about summary refs log tree commit diff
path: root/buildtools/typegen.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-10-15 17:17:06 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-10-15 17:17:06 +0000
commit13894c659cc013427ddafa483768472fbcc76623 (patch)
treec072e14fad53f22cae72a9480c29e78ad12d4074 /buildtools/typegen.c
parent41cb71ac953638174b82a6fb450470c75c6a9c61 (diff)
downloadnetpbm-mirror-13894c659cc013427ddafa483768472fbcc76623.tar.gz
netpbm-mirror-13894c659cc013427ddafa483768472fbcc76623.tar.xz
netpbm-mirror-13894c659cc013427ddafa483768472fbcc76623.zip
whitespace
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4757 9d0c8265-081b-0410-96cb-a4ca84ce46f8
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;
 }
+
+
+