Switch to side-by-side view

--- a/src/query/dynconf.h
+++ b/src/query/dynconf.h
@@ -147,7 +147,7 @@
 	    out.push_back(entry);
 	}
     }
-    return std::move(out);
+    return out;
 }
 
 template <template <class, class> class Container>
@@ -159,7 +159,7 @@
     for (const auto& entry : el) {
 	sl.push_back(entry.value);
     }
-    return std::move(sl);
+    return sl;
 }
 
 // Defined subkeys. Values in dynconf.cpp