Biiig standardization of whitespace. 2 space indents now, no tabs.
[zxing.git] / javase / build.xml
index 2ecdde3..88ed6cf 100644 (file)
@@ -20,7 +20,7 @@
 
   <target name="init">
     <tstamp/>
-         <fail message="Please build 'core' first">
+    <fail message="Please build 'core' first">
       <condition>
         <not>
           <available file="../core/core.jar" type="file"/>