misc whitespace changes

git-svn-id: https://smali.googlecode.com/svn/trunk@783 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
diff --git a/dexlib/src/main/java/org/jf/dexlib/Util/FileUtils.java b/dexlib/src/main/java/org/jf/dexlib/Util/FileUtils.java
index 68d4939..d8cd9bc 100644
--- a/dexlib/src/main/java/org/jf/dexlib/Util/FileUtils.java
+++ b/dexlib/src/main/java/org/jf/dexlib/Util/FileUtils.java
@@ -43,7 +43,7 @@
     /**
      * Reads the named file, translating {@link IOException} to a
      * {@link RuntimeException} of some sort.
-     * 
+     *
      * @param fileName non-null; name of the file to read
      * @return non-null; contents of the file
      */
@@ -56,7 +56,7 @@
     /**
      * Reads the given file, translating {@link IOException} to a
      * {@link RuntimeException} of some sort.
-     * 
+     *
      * @param file non-null; the file to read
      * @return non-null; contents of the file
      */
@@ -134,7 +134,7 @@
             at += amt;
             length -= amt;
         }
-        
+
         return result;
     }
 }
diff --git a/dexlib/src/main/java/org/jf/dexlib/Util/Leb128Utils.java b/dexlib/src/main/java/org/jf/dexlib/Util/Leb128Utils.java
index c243f4f..a5aafe6 100644
--- a/dexlib/src/main/java/org/jf/dexlib/Util/Leb128Utils.java
+++ b/dexlib/src/main/java/org/jf/dexlib/Util/Leb128Utils.java
@@ -88,7 +88,7 @@
      * Writes an unsigned leb128 to the buffer at the specified location
      * @param value the value to write as an unsigned leb128
      * @param buffer the buffer to write to
-     * @param bufferIndex the index to start writing at 
+     * @param bufferIndex the index to start writing at
      */
     public static void writeUnsignedLeb128(int value, byte[] buffer, int bufferIndex) {
         int remaining = value >>> 7;
diff --git a/dexlib/src/main/java/org/jf/dexlib/Util/Utf8Utils.java b/dexlib/src/main/java/org/jf/dexlib/Util/Utf8Utils.java
index ec819fd..c2ccd26 100644
--- a/dexlib/src/main/java/org/jf/dexlib/Util/Utf8Utils.java
+++ b/dexlib/src/main/java/org/jf/dexlib/Util/Utf8Utils.java
@@ -77,7 +77,7 @@
      *
      * @param bytes non-null; the bytes to convert
      * @param start the start index of the utf8 string to convert
-     * @param length the length of the utf8 string to convert, not including any null-terminator that might be present  
+     * @param length the length of the utf8 string to convert, not including any null-terminator that might be present
      * @return non-null; the converted string
      */
     public static String utf8BytesToString(byte[] bytes, int start, int length) {
diff --git a/scripts/baksmali b/scripts/baksmali
index 5c34d22..bd3f820 100755
--- a/scripts/baksmali
+++ b/scripts/baksmali
@@ -61,7 +61,7 @@
 # If you want DX to have more memory when executing, uncomment the following
 # line and adjust the value accordingly. Use "java -X" for a list of options
 # you can pass here.
-# 
+#
 javaOpts="-Xmx256M"
 
 # Alternatively, this will extract any parameter "-Jxxx" from the command line
diff --git a/scripts/smali b/scripts/smali
index 24118a8..b01199e 100755
--- a/scripts/smali
+++ b/scripts/smali
@@ -61,7 +61,7 @@
 # If you want DX to have more memory when executing, uncomment the following
 # line and adjust the value accordingly. Use "java -X" for a list of options
 # you can pass here.
-# 
+#
 javaOpts="-Xmx256M"
 
 # Alternatively, this will extract any parameter "-Jxxx" from the command line