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