Formatting
[jalview.git] / src / jalview / io / FileParse.java
index 46f223a..982a9ee 100755 (executable)
@@ -1,6 +1,6 @@
 /*\r
  * Jalview - A Sequence Alignment Editor and Viewer\r
- * Copyright (C) 2006 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
+ * Copyright (C) 2007 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
  *\r
  * This program is free software; you can redistribute it and/or\r
  * modify it under the terms of the GNU General Public License\r
@@ -46,7 +46,7 @@ public class FileParse
       URL url = new URL(fileStr);\r
       dataIn = new BufferedReader(new InputStreamReader(url.openStream()));\r
     }\r
-   else if (type.equals(AppletFormatAdapter.PASTE))\r
+    else if (type.equals(AppletFormatAdapter.PASTE))\r
     {\r
       dataIn = new BufferedReader(new StringReader(fileStr));\r
     }\r