small cached lib fixes
[fanfix.git] / src / be / nikiroo / fanfix / library / LocalLibrary.java
index bd9fe07cf7d720aae04cb04da884695e9a01e41d..59310fdc4f906b3247efb2b796e887c94666c41b 100644 (file)
@@ -410,15 +410,15 @@ public class LocalLibrary extends BasicLibrary {
                if (meta != null && meta.isImageDocument()) {
                        return image;
                }
-               
+
                return text;
        }
-       
+
        /**
         * Return the default {@link OutputType} for this kind of {@link Story}.
         * 
         * @param imageDocument
-        *           TRUE for images document, FALSE for text documents                   
+        *            TRUE for images document, FALSE for text documents
         * 
         * @return the type
         */