Skip to content

Commit a4a3090

Browse files
author
Simon Schoar
committed
Removed usage of tabs for indention
1 parent bdf7824 commit a4a3090

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/java/android/app/Notification.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,9 @@ public String toString() {
460460
sb.append(this.vibrate[i]);
461461
sb.append(',');
462462
}
463-
if (N != -1) {
464-
sb.append(this.vibrate[N]);
465-
}
463+
if (N != -1) {
464+
sb.append(this.vibrate[N]);
465+
}
466466
sb.append("]");
467467
} else if ((this.defaults & DEFAULT_VIBRATE) != 0) {
468468
sb.append("default");

0 commit comments

Comments
 (0)