Update clang-tidy to clang version 8
[alexxy/gromacs.git] / src / gromacs / hardware / hardwaretopology.cpp
index c8a15545c8c1753901604947cde2ae397ecc4f6c..0d800311abb4433276cdd6b48a13fc8bc99349d9 100644 (file)
@@ -195,7 +195,7 @@ getHwLocObjectMemory(const hwloc_obj* obj)
  *          descendants of the provided object. If no objects of this type
  *          were found, the vector will be empty.
  */
-const std::vector<const hwloc_obj*>
+std::vector<const hwloc_obj*>
 getHwLocDescendantsByType(const hwloc_topology* topo, const hwloc_obj* obj, const hwloc_obj_type_t type)
 {
     GMX_RELEASE_ASSERT(obj, "NULL hwloc object provided to getHwLocDescendantsByType()");