Browse Source

replaced tabs with spaces

fysx 11 years ago
parent
commit
b732d6cc12
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/org/libsdl/app/SDLActivity.java

+ 2 - 2
src/org/libsdl/app/SDLActivity.java

@@ -53,8 +53,8 @@ public class SDLActivity extends Activity {
 
 
     // Load the .so
     // Load the .so
     static {
     static {
-				// SDL2 is linked statically to love, so we do not need to load it
-				// manually
+        // SDL2 is linked statically to love, so we do not need to load it
+        // manually
         //System.loadLibrary("SDL2");
         //System.loadLibrary("SDL2");
         //System.loadLibrary("SDL2_image");
         //System.loadLibrary("SDL2_image");
         //System.loadLibrary("SDL2_mixer");
         //System.loadLibrary("SDL2_mixer");