summaryrefslogtreecommitdiffstats
path: root/src/layers.cpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-17 17:09:24 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-04 16:53:57 +0200
commit978b1e2dc1ccd40e08fd700bda75bedd15b609b8 (patch)
tree47f088684b3874b06383e8f3063649b49340e7d5 /src/layers.cpp
parent42f7dfd87b7192ecd326598d627e32a5feddf43b (diff)
clang-tidy
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src/layers.cpp')
-rw-r--r--src/layers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layers.cpp b/src/layers.cpp
index 931fd5e..7beb075 100644
--- a/src/layers.cpp
+++ b/src/layers.cpp
@@ -132,7 +132,7 @@ optional<layer> get_surface_id_to_layer(struct layer_map const *s2l,
return nullopt;
}
-}
+} // namespace
optional<int> layer_map::get_layer_id(int surface_id) {
auto e = get_surface_id_to_layer(this, surface_id);