mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-22 05:24:22 +02:00
Apply clang-format
This commit is contained in:
parent
3e45e1f5bb
commit
4e40cf955d
2 changed files with 3 additions and 3 deletions
2
parse.c
2
parse.c
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue