summaryrefslogtreecommitdiffstats
path: root/src/layers.cpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 12:04:28 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 17:30:50 +0200
commit343c700f2e1003855dfdeb4e2e7d102dc8bbe696 (patch)
tree5460dc02b588eafd151f9c5e35bce04a1d336b90 /src/layers.cpp
parentadd2152e7561ea456068dd73ebbdc480d13e1015 (diff)
clang formatting
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 55d3d3f..3205323 100644
--- a/src/layers.cpp
+++ b/src/layers.cpp
@@ -162,7 +162,7 @@ json layer::to_json() const {
json layer_map::to_json() const {
json j{};
- for (auto const &i: this->mapping) {
+ for (auto const &i : this->mapping) {
j.push_back(i.to_json());
}
return j;