Skip to content

Commit 0aed674

Browse files
committed
cpplint
1 parent 5b09acf commit 0aed674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/summaries/summary_dump.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ std::string dump_function_body_in_html(
245245
ostr << " <tr>\n"
246246
" <td>" << i << "</td>\n"
247247
" <td>" << param.get_base_name() << "</td>\n"
248-
" <td>" << to_html_text(from_type(ns,"",param.type()))
248+
" <td>" << to_html_text(from_type(ns, "", param.type()))
249249
<< "</td>\n"
250250
" </tr>\n";
251251
}
@@ -442,7 +442,7 @@ std::string dump_symbol_table_symbols_in_html(
442442
"Cannot open the symbol-table-symbols log file '"
443443
<< pathname << "'.";
444444

445-
dump_html_prefix(ostr,"Symbol table symbols");
445+
dump_html_prefix(ostr, "Symbol table symbols");
446446
ostr << "<h2>Symbols table</h2>\n";
447447
ostr << "<table>\n"
448448
" <tr>\n"

0 commit comments

Comments
 (0)