diff --git a/src/types/styles/hdftype.xsl b/src/types/styles/hdftype.xsl
index 7562f9b5ba..354596b273 100644
--- a/src/types/styles/hdftype.xsl
+++ b/src/types/styles/hdftype.xsl
@@ -23,6 +23,8 @@
xmlns:field="org.apache.poi.hdf.generator.HDFFieldIterator"
xmlns:java="java" >
+
+
@@ -74,6 +76,7 @@ public abstract class AbstractType
;
}
+
public String toString()
{
@@ -84,7 +87,7 @@ public abstract class AbstractType
buffer.append("[/]\n");
return buffer.toString();
}
-
+
/**
* Size of record (exluding 4 byte header)
*/