What is the code formating option to indent as:
Log.w(TAG, String.format(
"Upgrading database from version %s to %s which will destroy all old data",
oldVersion, newVersion));
instead of as:
Log .w( TAG, String .format( "Upgrading database from version %s to %s which will destroy all old data", oldVersion, newVersion));