am 7ac8e67e: Merge change 26706 into eclair

Merge commit '7ac8e67e58f1433c61414cdd79281097c04ead86' into eclair-plus-aosp

* commit '7ac8e67e58f1433c61414cdd79281097c04ead86':
  Format cleanup.
This commit is contained in:
johnwang
2009-09-25 16:11:35 -07:00
committed by Android Git Automerger

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 {