Apply clang-format to source tree
[alexxy/gromacs.git] / src / api / cpp / createsession.h
index 487d0652683f66ec5316d77f6188b49ef3573bd4..dd28e05c248fbc3e7f3d1d372b4b26471860fe54 100644 (file)
@@ -68,12 +68,12 @@ namespace gmxapi
  *
  * \return Ownership of new Session implementation instance.
  */
-std::shared_ptr<Session> createSession(std::shared_ptr<ContextImpl>  context,
-                                       gmx::MdrunnerBuilder        &&runnerBuilder,
-                                       gmx::SimulationContext      &&simulationContext,
-                                       gmx::LogFilePtr               logFilehandle);
+std::shared_ptr<Session> createSession(std::shared_ptr<ContextImpl> context,
+                                       gmx::MdrunnerBuilder&&       runnerBuilder,
+                                       gmx::SimulationContext&&     simulationContext,
+                                       gmx::LogFilePtr              logFilehandle);
 
 
-}      // end namespace gmxapi
+} // end namespace gmxapi
 
-#endif //GMXAPI_LIBRARY_SESSION_H
+#endif // GMXAPI_LIBRARY_SESSION_H