style cleanups

Time for another `make style-all`.
This commit is contained in:
Kurtis Rader
2017-05-01 21:44:30 -07:00
parent 46d86766c4
commit 48d5342601
17 changed files with 99 additions and 86 deletions

View File

@@ -440,9 +440,7 @@ const wchar_t *parser_t::is_function() const {
return result;
}
const wchar_t *parser_t::get_function_name() {
return this->is_function();
}
const wchar_t *parser_t::get_function_name() { return this->is_function(); }
int parser_t::get_lineno() const {
int lineno = -1;