From 1433d7cd8a5b2a1f6bd64c370d1cfe98d7a27d5e Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Fri, 23 Jun 2017 14:25:50 +0200 Subject: wayland: minimal code style change Signed-off-by: Marcus Fritzsch --- src/wayland.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/wayland.hpp') diff --git a/src/wayland.hpp b/src/wayland.hpp index c8a7113..44f6cb4 100644 --- a/src/wayland.hpp +++ b/src/wayland.hpp @@ -273,7 +273,9 @@ struct screen : public wayland_proxy, screen(uint32_t i, struct controller *c, struct ivi_controller_screen *p); void clear() { ivi_controller_screen_clear(this->proxy); } - void add_layer(layer *l) { ivi_controller_screen_add_layer(this->proxy, l->proxy); } + void add_layer(layer *l) { + ivi_controller_screen_add_layer(this->proxy, l->proxy); + } }; // _ _ _ -- cgit 1.2.3-korg