clang formatting
[staging/windowmanager.git] / src / layers.cpp
index 6eae48a..3205323 100644 (file)
  * limitations under the License.
  */
 
-//
-// Created by m on 7/27/17.
-//
-
 #include <algorithm>
 
 #include "json_helper.hpp"
@@ -166,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;