Skip to content

Commit 7d80bb1

Browse files
committed
Updates requested in the review: code-stype (spaces around assign).
1 parent 21bddc9 commit 7d80bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/taint-slicer/slicing_tasks_builder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ std::pair<taint_slicing_taskt,std::string> build_slicing_task(
274274
fileutl_concatenate_file_paths(
275275
output_dir, to_file_name(props.get_root()));
276276
dump_symbol_table_in_html(symbol_table, dump_dir);
277-
auto err_message = dump_goto_functions_in_html(
277+
auto err_message=dump_goto_functions_in_html(
278278
goto_functions, namespacet(symbol_table), dump_dir);
279279
if(!err_message.empty())
280280
logger->error() << err_message << messaget::eom;

0 commit comments

Comments
 (0)