java: use an empty block rather than an empty statement
Change-Id: I05e60964521d6ec3694483816d91359fb12c8e4b
This commit is contained in:
@@ -126,7 +126,7 @@ public class SVersionRCFile {
|
||||
String s;
|
||||
|
||||
while ((s = br.readLine()) != null &&
|
||||
(s.equals(VERSIONS_LINE)) != true);
|
||||
(s.equals(VERSIONS_LINE)) != true) {}
|
||||
|
||||
while ((s = br.readLine()) != null &&
|
||||
(s.equals("")) != true) {
|
||||
|
Reference in New Issue
Block a user