mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-14 05:34:52 -04:00
Apply clang-format
This commit is contained in:
parent
bd48cad492
commit
6cbc202662
10 changed files with 99 additions and 145 deletions
6
view.c
6
view.c
|
|
@ -131,7 +131,8 @@ view_is_primary(struct cg_view *view)
|
|||
}
|
||||
|
||||
bool
|
||||
view_is_transient_for(struct cg_view *child, struct cg_view *parent) {
|
||||
view_is_transient_for(struct cg_view *child, struct cg_view *parent)
|
||||
{
|
||||
return child->impl->is_transient_for(child, parent);
|
||||
}
|
||||
|
||||
|
|
@ -286,8 +287,7 @@ view_destroy(struct cg_view *view)
|
|||
}
|
||||
|
||||
void
|
||||
view_init(struct cg_view *view, struct cg_server *server, enum cg_view_type type,
|
||||
const struct cg_view_impl *impl)
|
||||
view_init(struct cg_view *view, struct cg_server *server, enum cg_view_type type, const struct cg_view_impl *impl)
|
||||
{
|
||||
view->server = server;
|
||||
view->type = type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue