Biiig standardization of whitespace. 2 space indents now, no tabs.
[zxing.git] / core / src / com / google / zxing / ReaderException.java
index e717279..cd6299c 100644 (file)
@@ -20,7 +20,7 @@ package com.google.zxing;
  * The general exception class throw when something goes wrong during decoding of a barcode.
  * This includes, but is not limited to, failing checksums / error correction algorithms, being
  * unable to locate finder timing patterns, and so on.
- * 
+ *
  * @author srowen@google.com (Sean Owen)
  */
 public final class ReaderException extends Exception {