Biiig standardization of whitespace. 2 space indents now, no tabs.
[zxing.git] / core / src / com / google / zxing / common / reedsolomon / ReedSolomonException.java
index 6f68d38..a39eb47 100644 (file)
@@ -19,7 +19,7 @@ package com.google.zxing.common.reedsolomon;
 /**
  * <p>Thrown when an exception occurs during Reed-Solomon decoding, such as when
  * there are too many errors to correct.</p>
- * 
+ *
  * @author srowen@google.com (Sean Owen)
  */
 public final class ReedSolomonException extends Exception {