mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-19 03:54:18 +02:00
Apply clang-format
This commit is contained in:
parent
3e45e1f5bb
commit
4e40cf955d
2 changed files with 3 additions and 3 deletions
|
|
@ -1092,9 +1092,9 @@ keybinding_move_view_to_cycle_output(struct cg_server *server, bool reverse) {
|
|||
view_maximize(view, view->tile);
|
||||
seat_set_focus(server->seat, view);
|
||||
}
|
||||
int id=-1;
|
||||
int id = -1;
|
||||
if(view != NULL) {
|
||||
id=view->id;
|
||||
id = view->id;
|
||||
}
|
||||
ipc_send_event(server,
|
||||
"{\"event_name\":\"move_view_cycle_output\",\"view_id\":\"%"
|
||||
|
|
|
|||
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