Skip to content

Commit 328e42c

Browse files
committed
reverted whitespace
1 parent 41438c8 commit 328e42c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/standard/src/main/java/org/openscience/cdk/stereo/Stereocenters.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,8 +696,8 @@ private void visitPart(boolean[] visit, IAtom atom) {
696696
visit[container.indexOf(atom)] = true;
697697
for (IBond bond : container.getConnectedBondsList(atom)) {
698698
IAtom nbr = bond.getOther(atom);
699-
if (!visit[container.indexOf(nbr)])
700-
visitPart(visit, nbr);
699+
if (!visit[container.indexOf(nbr)])
700+
visitPart(visit, nbr);
701701
}
702702
}
703703

0 commit comments

Comments
 (0)