We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b09acf commit 0aed674Copy full SHA for 0aed674
src/summaries/summary_dump.cpp
@@ -245,7 +245,7 @@ std::string dump_function_body_in_html(
245
ostr << " <tr>\n"
246
" <td>" << i << "</td>\n"
247
" <td>" << param.get_base_name() << "</td>\n"
248
- " <td>" << to_html_text(from_type(ns,"",param.type()))
+ " <td>" << to_html_text(from_type(ns, "", param.type()))
249
<< "</td>\n"
250
" </tr>\n";
251
}
@@ -442,7 +442,7 @@ std::string dump_symbol_table_symbols_in_html(
442
"Cannot open the symbol-table-symbols log file '"
443
<< pathname << "'.";
444
445
- dump_html_prefix(ostr,"Symbol table symbols");
+ dump_html_prefix(ostr, "Symbol table symbols");
446
ostr << "<h2>Symbols table</h2>\n";
447
ostr << "<table>\n"
448
" <tr>\n"
0 commit comments