]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/engine/EntrySource.java
Apply astyle code formattting.
[Dictionary.git] / src / com / hughes / android / dictionary / engine / EntrySource.java
index c4d3848a596f96a0567dcde1b9b85aaac922f58a..271ba5eb48f1d1ef5d3562814f978cdda6228329 100644 (file)
@@ -55,7 +55,7 @@ public class EntrySource extends IndexedObject {
 
         @Override
         public EntrySource read(DataInput raf, int readIndex)
-                throws IOException {
+        throws IOException {
             final String name = raf.readUTF();
             final int numEntries = dictionary.dictFileVersion >= 3 ? raf.readInt() : 0;
             return new EntrySource(readIndex, name, numEntries);