Skip to content

Commit 58815a6

Browse files
committed
Change the tabs to spaces in the resource files
1 parent 5ebdb75 commit 58815a6

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

generator/res/content_subclass.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

2-
/**
3-
* Created in version %15$d
4-
*/
2+
/**
3+
* Created in version %15$d
4+
*/
55
public static final class %1$s extends %2$sContent {
66

7-
private static final String LOG_TAG = %1$s.class.getSimpleName();
7+
private static final String LOG_TAG = %1$s.class.getSimpleName();
88

99
public static final String TABLE_NAME = "%3$s";
1010
public static final String TYPE_ELEM_TYPE = "vnd.android.cursor.item/%4$s-%5$s";
@@ -52,7 +52,7 @@
5252

5353
%10$s }
5454

55-
// Version %15$d : Creation of the table
55+
// Version %15$d : Creation of the table
5656
%16$s public static void upgradeTable(SQLiteDatabase db, int oldVersion, int newVersion) {
5757

5858
if (oldVersion < 1) {

generator/res/provider.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public final class %3$sProvider extends ContentProvider {
4343

4444
private static final UriMatcher sUriMatcher = new UriMatcher(UriMatcher.NO_MATCH);
4545

46-
private enum UriType {
46+
private enum UriType {
4747
%5$s
4848
private String mTableName;
4949
private String mType;
@@ -87,7 +87,7 @@ public final class %3$sProvider extends ContentProvider {
8787
if (mDatabase != null) {
8888
mDatabase.setLockingEnabled(true);
8989
}
90-
}
90+
}
9191

9292
return mDatabase;
9393
}

generator/res/provider_bulk.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
db.setTransactionSuccessful();
1010
numberInserted = values.length;
1111

12-
if (ACTIVATE_ALL_LOGS) {
13-
Log.d(LOG_TAG, "bulkInsert: uri=" + uri + " | nb inserts : " + numberInserted);
14-
}
12+
if (ACTIVATE_ALL_LOGS) {
13+
Log.d(LOG_TAG, "bulkInsert: uri=" + uri + " | nb inserts : " + numberInserted);
14+
}
1515
break;
1616

0 commit comments

Comments
 (0)