Clean up previous commit and tabify source files
[unical.git] / src / ro / ieval / unical / MySQLiteHelper.java
index ac5372473fc2b312e24128fa76d74f8268046ae6..dbadca58e89af64f5497ccff38c71824c9c9de64 100644 (file)
@@ -47,10 +47,10 @@ public class MySQLiteHelper extends SQLiteOpenHelper {
        public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) {
                // TODO Auto-generated method stub
                Log.w(MySQLiteHelper.class.getName(),
-                       "Upgrading database from version " + oldVersion + " to "
-                           + newVersion + ", which will destroy all old data");
-                   db.execSQL("DROP TABLE IF EXISTS " + Name);
-                   onCreate(db);
+                               "Upgrading database from version " + oldVersion + " to "
+                                       + newVersion + ", which will destroy all old data");
+                       db.execSQL("DROP TABLE IF EXISTS " + Name);
+                       onCreate(db);
        }
        
 }
\ No newline at end of file
This page took 0.009374 seconds and 4 git commands to generate.