]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removed tabs. Checkstyle now configured. Late nights.. and a new machine build...
authorAdrian Cumiskey <acumiskey@apache.org>
Thu, 8 May 2008 00:33:21 +0000 (00:33 +0000)
committerAdrian Cumiskey <acumiskey@apache.org>
Thu, 8 May 2008 00:33:21 +0000 (00:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654347 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fonts/FontCache.java

index 3cddb8234beb703562603a4d1c47ac1bd2d9deff..ba9529c02a602fd602b6f2f914e024fb99156511 100644 (file)
@@ -152,9 +152,9 @@ public final class FontCache implements Serializable {
                 log.warn("I/O exception while reading font cache (" + ioe.getMessage() 
                         + "). Discarding font cache file.");
                 try {
-                       cacheFile.delete();
+                    cacheFile.delete();
                 } catch (SecurityException ex) {
-                    log.warn("Failed to delete font cache file: " + cacheFile.getAbsolutePath());                      
+                    log.warn("Failed to delete font cache file: " + cacheFile.getAbsolutePath());
                 }
             }
         }