Skip to content

Commit 1ab1fff

Browse files
Apply clang-format suggestions
No functional change
1 parent b620c57 commit 1ab1fff

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

jbmc/src/jbmc/jbmc_parse_options.cpp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -511,17 +511,17 @@ int jbmc_parse_optionst::doit()
511511
std::function<void(bmct &, const symbol_tablet &)> configure_bmc = nullptr;
512512
if(options.get_bool_option("java-unwind-enum-static"))
513513
{
514-
configure_bmc = [](bmct &bmc, const symbol_tablet &symbol_table) {
515-
bmc.add_loop_unwind_handler(
516-
[&symbol_table](
517-
const call_stackt &context,
518-
unsigned loop_number,
519-
unsigned unwind,
520-
unsigned &max_unwind) {
514+
configure_bmc =
515+
[](bmct &bmc, const symbol_tablet &symbol_table) {
516+
bmc.add_loop_unwind_handler([&symbol_table](
517+
const call_stackt &context,
518+
unsigned loop_number,
519+
unsigned unwind,
520+
unsigned &max_unwind) {
521521
return java_enum_static_init_unwind_handler(
522522
context, loop_number, unwind, max_unwind, symbol_table);
523523
});
524-
};
524+
};
525525
}
526526

527527
object_factory_params.set(options);

0 commit comments

Comments
 (0)