about summary refs log tree commit diff
path: root/converter/pbm/pbmtomda.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/pbm/pbmtomda.c')
-rw-r--r--converter/pbm/pbmtomda.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/pbm/pbmtomda.c b/converter/pbm/pbmtomda.c
index a39cf1a7..2ed862fc 100644
--- a/converter/pbm/pbmtomda.c
+++ b/converter/pbm/pbmtomda.c
@@ -1,4 +1,3 @@
-
 /***************************************************************************
 
     PBMTOMDA: Convert PBM to Microdesign area
@@ -106,6 +105,7 @@ encode(bit ** const bits,
 }
 
 
+
 static void
 doTranslation(bit **       const bits,
               unsigned int const nOutCols,