Skip to content

Commit 7751b37

Browse files
committed
addressing linters
1 parent 0990eab commit 7751b37

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/goto-checker/solver_factory.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,7 @@ std::unique_ptr<solver_factoryt::solvert> solver_factoryt::get_external_sat()
241241
no_beautification();
242242
no_incremental_check();
243243

244-
std::string external_sat_solver =
245-
options.get_option("external-sat-solver");
244+
std::string external_sat_solver = options.get_option("external-sat-solver");
246245
auto prop =
247246
util_make_unique<external_satt>(message_handler, external_sat_solver);
248247

@@ -421,4 +420,4 @@ void solver_factoryt::no_incremental_check()
421420
"the chosen solver does not support incremental solving",
422421
"--incremental-check");
423422
}
424-
}
423+
}

src/goto-checker/solver_factory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ class solver_factoryt
9090
void no_incremental_check();
9191
};
9292

93-
#endif // CPROVER_GOTO_CHECKER_SOLVER_FACTORY_H
93+
#endif // CPROVER_GOTO_CHECKER_SOLVER_FACTORY_H

src/solvers/sat/external_sat.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
/// newer SAT solvers
44
/// \author Francis Botero <[email protected]>
55

6-
76
#ifndef CPROVER_SOLVERS_SAT_EXTERNAL_SAT_H
87
#define CPROVER_SOLVERS_SAT_EXTERNAL_SAT_H
98

0 commit comments

Comments
 (0)