Skip to content

Commit e79c007

Browse files
author
Android Code Review
committed
Merge change 10329
* changes: Removed usage of tabs for indention
2 parents 3da0876 + a4a3090 commit e79c007

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)