changes: have a better way to keep the set of reading shared variables to verify...
[IRC.git] / Robust / src / Interface / LogFile.java
index d282a092d574db2cd251f0e342ca441fa1e26781..90f06ec893366ff5946fb042bcb5e35a47b6ce4c 100644 (file)
@@ -63,7 +63,7 @@ public class LogFile
       out.write(Entry,0,Entry.length());
       out.flush();
       out.close();
-    } catch (IOException e)  {
+    } catch (IOException e) {
       System.err.println("Gicu " + e);
     }