mirror of
https://github.com/revanced/smali.git
synced 2025-04-29 22:24:26 +02:00
misc whitespace changes
git-svn-id: https://smali.googlecode.com/svn/trunk@783 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
4b06cfbe7f
commit
bcc4d2d9e1
@ -43,7 +43,7 @@ public final class FileUtils {
|
|||||||
/**
|
/**
|
||||||
* Reads the named file, translating {@link IOException} to a
|
* Reads the named file, translating {@link IOException} to a
|
||||||
* {@link RuntimeException} of some sort.
|
* {@link RuntimeException} of some sort.
|
||||||
*
|
*
|
||||||
* @param fileName non-null; name of the file to read
|
* @param fileName non-null; name of the file to read
|
||||||
* @return non-null; contents of the file
|
* @return non-null; contents of the file
|
||||||
*/
|
*/
|
||||||
@ -56,7 +56,7 @@ public final class FileUtils {
|
|||||||
/**
|
/**
|
||||||
* Reads the given file, translating {@link IOException} to a
|
* Reads the given file, translating {@link IOException} to a
|
||||||
* {@link RuntimeException} of some sort.
|
* {@link RuntimeException} of some sort.
|
||||||
*
|
*
|
||||||
* @param file non-null; the file to read
|
* @param file non-null; the file to read
|
||||||
* @return non-null; contents of the file
|
* @return non-null; contents of the file
|
||||||
*/
|
*/
|
||||||
@ -134,7 +134,7 @@ public final class FileUtils {
|
|||||||
at += amt;
|
at += amt;
|
||||||
length -= amt;
|
length -= amt;
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -88,7 +88,7 @@ public final class Leb128Utils {
|
|||||||
* Writes an unsigned leb128 to the buffer at the specified location
|
* Writes an unsigned leb128 to the buffer at the specified location
|
||||||
* @param value the value to write as an unsigned leb128
|
* @param value the value to write as an unsigned leb128
|
||||||
* @param buffer the buffer to write to
|
* @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) {
|
public static void writeUnsignedLeb128(int value, byte[] buffer, int bufferIndex) {
|
||||||
int remaining = value >>> 7;
|
int remaining = value >>> 7;
|
||||||
|
@ -77,7 +77,7 @@ public final class Utf8Utils {
|
|||||||
*
|
*
|
||||||
* @param bytes non-null; the bytes to convert
|
* @param bytes non-null; the bytes to convert
|
||||||
* @param start the start index of the utf8 string 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
|
* @return non-null; the converted string
|
||||||
*/
|
*/
|
||||||
public static String utf8BytesToString(byte[] bytes, int start, int length) {
|
public static String utf8BytesToString(byte[] bytes, int start, int length) {
|
||||||
|
@ -61,7 +61,7 @@ javaOpts=""
|
|||||||
# If you want DX to have more memory when executing, uncomment the following
|
# 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
|
# line and adjust the value accordingly. Use "java -X" for a list of options
|
||||||
# you can pass here.
|
# you can pass here.
|
||||||
#
|
#
|
||||||
javaOpts="-Xmx256M"
|
javaOpts="-Xmx256M"
|
||||||
|
|
||||||
# Alternatively, this will extract any parameter "-Jxxx" from the command line
|
# Alternatively, this will extract any parameter "-Jxxx" from the command line
|
||||||
|
@ -61,7 +61,7 @@ javaOpts=""
|
|||||||
# If you want DX to have more memory when executing, uncomment the following
|
# 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
|
# line and adjust the value accordingly. Use "java -X" for a list of options
|
||||||
# you can pass here.
|
# you can pass here.
|
||||||
#
|
#
|
||||||
javaOpts="-Xmx256M"
|
javaOpts="-Xmx256M"
|
||||||
|
|
||||||
# Alternatively, this will extract any parameter "-Jxxx" from the command line
|
# Alternatively, this will extract any parameter "-Jxxx" from the command line
|
||||||
|
Loading…
x
Reference in New Issue
Block a user