OSDN Git Service

Formatting fix
authorPatrick Tjin <pattjin@google.com>
Thu, 30 Jan 2014 21:28:46 +0000 (13:28 -0800)
committerPatrick Tjin <pattjin@google.com>
Thu, 30 Jan 2014 21:28:46 +0000 (13:28 -0800)
Remove whitespace from end of Sync Status table

Change-Id: I5b0bf3380e0c67c769ec9c334f1374713c94aa94

services/core/java/com/android/server/content/SyncManager.java

index 5add5b0..0185a21 100644 (file)
@@ -3215,6 +3215,7 @@ public class SyncManager {
                 totalLength += maxLength;
                 formats[col] = String.format("%%-%ds", maxLength);
             }
+            formats[mCols - 1] = "%s";
             printRow(out, formats, mTable.get(0));
             totalLength += (mCols - 1) * 2;
             for (int i = 0; i < totalLength; ++i) {