misc whitespace changes

git-svn-id: https://smali.googlecode.com/svn/trunk@783 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com 2010-08-02 00:58:03 +00:00
parent 4b06cfbe7f
commit bcc4d2d9e1
5 changed files with 7 additions and 7 deletions

View File

@ -43,7 +43,7 @@ public final class FileUtils {
/**
* 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 @@ public final class FileUtils {
/**
* 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 @@ public final class FileUtils {
at += amt;
length -= amt;
}
return result;
}
}

View File

@ -88,7 +88,7 @@ public final class Leb128Utils {
* 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;

View File

@ -77,7 +77,7 @@ public final class Utf8Utils {
*
* @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) {

View File

@ -61,7 +61,7 @@ javaOpts=""
# 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

View File

@ -61,7 +61,7 @@ javaOpts=""
# 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