Reformat code project-wide (getting rid of tabs)

This commit is contained in:
Fredrik Fornwall
2016-06-28 01:03:03 +02:00
parent d72fd579ee
commit 2db6923bc4
28 changed files with 6000 additions and 5748 deletions

View File

@@ -4,7 +4,7 @@ import android.util.Log;
public final class EmulatorDebug {
/** The tag to use with {@link Log}. */
public static final String LOG_TAG = "termux";
/** The tag to use with {@link Log}. */
public static final String LOG_TAG = "termux";
}