Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / hardware / detecthardware.cpp
index 2325c71bd1826cffa156cb373e56620109899653..e13a58b5b8bfa3bef00310ca533a995c1bd429ab 100644 (file)
@@ -2,7 +2,7 @@
  * This file is part of the GROMACS molecular simulation package.
  *
  * Copyright (c) 2012,2013,2014,2015,2016, The GROMACS development team.
- * Copyright (c) 2017,2018,2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 2017,2018,2019,2020,2021, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -71,8 +71,7 @@
 
 gmx_hw_info_t::gmx_hw_info_t(std::unique_ptr<gmx::CpuInfo>          cpuInfo,
                              std::unique_ptr<gmx::HardwareTopology> hardwareTopology) :
-    cpuInfo(std::move(cpuInfo)),
-    hardwareTopology(std::move(hardwareTopology))
+    cpuInfo(std::move(cpuInfo)), hardwareTopology(std::move(hardwareTopology))
 {
 }