From b166f3512f5e426e60a4ff610a9f07239ac18ea1 Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Thu, 13 Jul 2017 10:23:55 +0200 Subject: clang-format, mostly indenting. Signed-off-by: Marcus Fritzsch --- src/wayland.hpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/wayland.hpp') diff --git a/src/wayland.hpp b/src/wayland.hpp index ea23ebb..3b81e15 100644 --- a/src/wayland.hpp +++ b/src/wayland.hpp @@ -137,13 +137,13 @@ struct controller_child { }; struct surface_properties { - uint32_t id; // let's just save an ID here too - struct rect dst_rect; - struct rect src_rect; - struct size size; - int32_t orientation; - int32_t visibility; - float opacity; + uint32_t id; // let's just save an ID here too + struct rect dst_rect; + struct rect src_rect; + struct size size; + int32_t orientation; + int32_t visibility; + float opacity; }; // __ -- cgit