Skip to content

Commit e83bf64

Browse files
committed
config: format code
1 parent 378333c commit e83bf64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config_libconfig.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,8 @@ resolve_include(config_t *cfg, const char *include_dir, const char *path, const
763763
return ret;
764764
}
765765

766-
bool parse_config_libconfig(options_t *opt, const char *config_file, config_t *release_cfg) { /*NOLINT(readability-function-cognitive-complexity)*/
766+
bool parse_config_libconfig(options_t *opt, const char *config_file,
767+
config_t *release_cfg) { /*NOLINT(readability-function-cognitive-complexity)*/
767768
const char *deprecation_message =
768769
"option has been deprecated. Please remove it from your configuration file. "
769770
"If you encounter any problems without this feature, please feel free to "

0 commit comments

Comments
 (0)