Fix clang-tidy warning
authorAndrey Alekseenko <al42and@gmail.com>
Tue, 8 Sep 2020 12:51:19 +0000 (14:51 +0200)
committerArtem Zhmurov <zhmurov@gmail.com>
Tue, 8 Sep 2020 15:09:38 +0000 (15:09 +0000)
src/gromacs/hardware/detecthardware.cpp

index fe7f41ce779eba7873e39cc3e8dc171fec4f761e..87974f9f2f9347acb0914892ac53b6c913339ddb 100644 (file)
@@ -112,7 +112,9 @@ static void gmx_detect_gpus(const gmx::MDLogger&             mdlog,
                             compat::not_null<gmx_hw_info_t*> hardwareInfo)
 {
     if (!isDeviceDetectionEnabled())
+    {
         return;
+    }
 
     std::string errorMessage;