Apply clang-format

This commit is contained in:
project-repo 2022-10-02 11:45:56 +02:00
commit 4e40cf955d
2 changed files with 3 additions and 3 deletions

View file

@ -692,7 +692,7 @@ parse_message_config(char **saveptr, char **errstr) {
return cfg;
error:
if(cfg!=NULL) {
if(cfg != NULL) {
free(cfg);
}
wlr_log(WLR_ERROR, "Message configuration must be of the form "