clang-format: Commit file changes for clang-format 12

This commit is contained in:
Ryan Foster
2021-10-13 01:08:31 -04:00
committed by Matt Gajownik
parent 424128a825
commit 5f68991911
8 changed files with 32 additions and 28 deletions

View File

@@ -393,8 +393,9 @@ static bool cf_lexer_nexttoken(struct cf_lexer *lex, struct cf_token *out_token)
}
if (wrote_data) {
out_token->unmerged_str.len = (size_t)(
lex->base_lexer.offset - out_token->unmerged_str.array);
out_token->unmerged_str.len =
(size_t)(lex->base_lexer.offset -
out_token->unmerged_str.array);
out_token->type = cf_get_token_type(out_token, &start_token);
}