mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Use clang-format-20 to update formatting
This commit is contained in:
@@ -537,9 +537,9 @@ cfg_parser_create(isc_mem_t *mctx, cfg_parser_t **ret) {
|
||||
isc_lex_create(pctx->mctx, 1024, &pctx->lexer);
|
||||
|
||||
isc_lex_setspecials(pctx->lexer, specials);
|
||||
isc_lex_setcomments(pctx->lexer,
|
||||
(ISC_LEXCOMMENT_C | ISC_LEXCOMMENT_CPLUSPLUS |
|
||||
ISC_LEXCOMMENT_SHELL));
|
||||
isc_lex_setcomments(pctx->lexer, ISC_LEXCOMMENT_C |
|
||||
ISC_LEXCOMMENT_CPLUSPLUS |
|
||||
ISC_LEXCOMMENT_SHELL);
|
||||
|
||||
CHECK(cfg_create_list(pctx, &cfg_type_filelist, &pctx->open_files));
|
||||
CHECK(cfg_create_list(pctx, &cfg_type_filelist, &pctx->closed_files));
|
||||
|
Reference in New Issue
Block a user