about summary refs log tree commit diff
path: root/converter
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-06-07 18:29:06 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-06-07 18:29:06 +0000
commiteaf09f0ef2fc375e86ee59c65450b878098e6473 (patch)
treef5378afe5dd81dc870ed0289bb4e222a02425c4f /converter
parent3ff735500a9d428171deafe17d8c20a5d3087c0a (diff)
downloadnetpbm-mirror-eaf09f0ef2fc375e86ee59c65450b878098e6473.tar.gz
netpbm-mirror-eaf09f0ef2fc375e86ee59c65450b878098e6473.tar.xz
netpbm-mirror-eaf09f0ef2fc375e86ee59c65450b878098e6473.zip
whitespace
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3841 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter')
-rw-r--r--converter/ppm/ximtoppm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/converter/ppm/ximtoppm.c b/converter/ppm/ximtoppm.c
index cb9f511d..6cd470e9 100644
--- a/converter/ppm/ximtoppm.c
+++ b/converter/ppm/ximtoppm.c
@@ -124,7 +124,7 @@ ReadXimHeader(FILE *     const in_fp,
             pm_message("ReadXimHeader: can't calloc author string" );
             return(0);
         }
-    header->width = atoi(a_head.image_width);
+        header->width = atoi(a_head.image_width);
         strncpy(header->author, a_head.author, strlen(a_head.author));
     }
     if (strlen(a_head.date)) {
@@ -132,7 +132,7 @@ ReadXimHeader(FILE *     const in_fp,
             pm_message("ReadXimHeader: can't calloc date string" );
             return(0);
         }
-    header->width = atoi(a_head.image_width);
+        header->width = atoi(a_head.image_width);
         strncpy(header->date, a_head.date, strlen(a_head.date));
     }
     if (strlen(a_head.program)) {
@@ -141,7 +141,7 @@ ReadXimHeader(FILE *     const in_fp,
             pm_message("ReadXimHeader: can't calloc program string" );
             return(0);
         }
-    header->width = atoi(a_head.image_width);
+        header->width = atoi(a_head.image_width);
         strncpy(header->program, a_head.program,strlen(a_head.program));
     }
     /* Do double checking for backwards compatibility */