From 990a23d54e634ef0ab3c7ed2dd49d0f8a0111adc Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Mon, 26 Jun 2017 16:38:22 +0200 Subject: wayland: minor clang-format fixes Signed-off-by: Marcus Fritzsch --- src/wayland.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/wayland.hpp') diff --git a/src/wayland.hpp b/src/wayland.hpp index 699763e..c1c21a0 100644 --- a/src/wayland.hpp +++ b/src/wayland.hpp @@ -6,8 +6,8 @@ #include "util.h" #include -#include #include +#include #include // _ _ @@ -66,7 +66,7 @@ struct registry : public wayland_proxy { // \__,_|_|___/ .__/|_|\__,_|\__, | // |_| |___/ struct display { - std::unique_ptr d; + std::unique_ptr d; struct registry r; display(); -- cgit 1.2.3-korg