Merge change 26706 into eclair
* changes: Format cleanup.
This commit is contained in:
@@ -646,7 +646,7 @@ public class RadioInfo extends Activity {
|
|||||||
} else {
|
} else {
|
||||||
for (NeighboringCellInfo cell : cids) {
|
for (NeighboringCellInfo cell : cids) {
|
||||||
neighborings += "{" + Integer.toHexString(cell.getCid())
|
neighborings += "{" + Integer.toHexString(cell.getCid())
|
||||||
+ "@" + cell.getRssi() + "} ";
|
+ "@" + cell.getRssi() + "} ";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user