more code formatting

This commit is contained in:
Philipp Schaefer
2013-06-16 13:28:41 +02:00
parent e85a6a98ac
commit dc22aaf4dd
7 changed files with 46 additions and 55 deletions

View File

@ -29,7 +29,7 @@ public class IITC_Settings extends Activity {
public boolean onOptionsItemSelected(MenuItem item) {
switch (item.getItemId()) {
// exit settings when home button (iitc icon) is pressed
case android.R.id.home :
case android.R.id.home:
onBackPressed();
return true;
default: