Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / hardware / detecthardware.h
index 0683cad96a0bf8e4e7e641370b3474dd3d2f7013..e0f5b69450622cb6791e78309fd4f9c3259f0718 100644 (file)
@@ -58,11 +58,11 @@ class PhysicalNodeCommunicator;
  * work, and any subsequent call receives the same handle. With real
  * MPI, communication is needed to coordinate the results. In all
  * cases, any thread within a process may use the returned handle. */
-gmx_hw_info_t *gmx_detect_hardware(const gmx::MDLogger            &mdlog,
-                                   const PhysicalNodeCommunicator &physicalNodeComm);
+gmx_hw_info_t* gmx_detect_hardware(const gmx::MDLogger&            mdlog,
+                                   const PhysicalNodeCommunicatorphysicalNodeComm);
 
 //! Return whether compatible GPUs were found.
-bool compatibleGpusFound(const gmx_gpu_info_t &gpu_info);
+bool compatibleGpusFound(const gmx_gpu_info_tgpu_info);
 
 } // namespace gmx