Reformat source files with clang-format

This commit is contained in:
ridiculousfish
2021-04-21 13:31:58 -07:00
parent f21e015f1b
commit 0a559ac457
24 changed files with 101 additions and 101 deletions

View File

@@ -272,9 +272,7 @@ static void print_profile(const std::deque<profile_item_t> &items, FILE *out) {
}
}
void parser_t::clear_profiling() {
profile_items.clear();
}
void parser_t::clear_profiling() { profile_items.clear(); }
void parser_t::emit_profiling(const char *path) const {
// Save profiling information. OK to not use CLO_EXEC here because this is called while fish is