git-svn-id: http://zxing.googlecode.com/svn/trunk@818 59b500cc-1b3d-0410-9834-0bbf25f...
[zxing.git] / csharp / oned / MultiFormatOneDReader.cs
index 9bb314b..b421435 100755 (executable)
@@ -23,6 +23,7 @@ namespace com.google.zxing.oned
     public sealed class MultiFormatOneDReader : AbstractOneDReader\r
     { \r
           private System.Collections.ArrayList readers;\r
+\r
           public MultiFormatOneDReader(System.Collections.Hashtable hints)\r
           {\r
             System.Collections.ArrayList possibleFormats = hints == null ? null : (System.Collections.ArrayList) hints[DecodeHintType.POSSIBLE_FORMATS];\r