From 688d3bead2846824b2cbf5596d65dec5690a035d Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Fri, 28 Jul 2017 15:06:42 +0200 Subject: layers: clang-format Signed-off-by: Marcus Fritzsch --- src/layers.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/layers.hpp') diff --git a/src/layers.hpp b/src/layers.hpp index ec24a74..aed39c8 100644 --- a/src/layers.hpp +++ b/src/layers.hpp @@ -26,8 +26,8 @@ struct surface_id_to_layer { } }; -// Actually, we shouldn't need a struct here ... but let's just keep it at that for now, -// to contain its mapping type and the _single_ useful method. +// Actually, we shouldn't need a struct here ... but let's just keep it at that +// for now, to contain its mapping type and the _single_ useful method. struct surface_id_to_layer_map { typedef std::set surface_to_layer_map_type; typedef std::vector layers_type; -- cgit 1.2.3-korg