Skip to content

Commit

Permalink
Warning resolution: even Armin's indentation is sometimes weird
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Suda committed Oct 12, 2016
1 parent 5f0fe31 commit c730d03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SAT/lglib.c
Original file line number Diff line number Diff line change
Expand Up @@ -19115,7 +19115,8 @@ static DFPR * lglstampall (LGL * lgl, int irronly) {
if (rootsonly &&
!lglunhdisroot (lgl, root, dfpr, irronly)) goto CONTINUE;
if (!lglunhdhasbins (lgl, dfpr, -root, irronly)) {
if (rootsonly) noimpls++; goto CONTINUE;
if (rootsonly) noimpls++;
goto CONTINUE;
}
if (rootsonly) roots++;
searches++;
Expand Down

0 comments on commit c730d03

Please sign in to comment.