summaryrefslogtreecommitdiffstats
path: root/src/layers.hpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-07-28 15:06:42 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 17:24:00 +0200
commit688d3bead2846824b2cbf5596d65dec5690a035d (patch)
tree14a84f95d49792560fe3446a9bd015e153d79776 /src/layers.hpp
parentb1086ca88caec808780162f068b04a8e9af89b58 (diff)
layers: clang-format
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src/layers.hpp')
-rw-r--r--src/layers.hpp4
1 files changed, 2 insertions, 2 deletions
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<struct surface_id_to_layer> surface_to_layer_map_type;
typedef std::vector<unsigned int> layers_type;