Format cleanup.

Remove tailing white space.
This commit is contained in:
johnwang
2009-09-23 16:22:34 -07:00
parent 51a81002ec
commit 342101a072

View File

@@ -646,7 +646,7 @@ public class RadioInfo extends Activity {
} else {
for (NeighboringCellInfo cell : cids) {
neighborings += "{" + Integer.toHexString(cell.getCid())
+ "@" + cell.getRssi() + "} ";
+ "@" + cell.getRssi() + "} ";
}
}
} else {