Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / mdlib / qm_orca.h
index 2be832bef05b5f5011e00be1e63e449c761cd825..cf89d941c8fc907e3d15d3331147fc9172253487 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2017,2018, by the GROMACS development team, led by
+ * Copyright (c) 2017,2018,2019, 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.
 #include "gromacs/mdlib/qmmm.h"
 
 #ifndef GMX_MDLIB_QM_ORCA_H
-#define GMX_MDLIB_QM_ORCA_H
+#    define GMX_MDLIB_QM_ORCA_H
 
-void
-init_orca(t_QMrec *qm);
+void init_orca(t_QMrec* qm);
 
-real
-call_orca(const t_forcerec *fr, t_QMrec *qm,
-          t_MMrec *mm, rvec f[], rvec fshift[]);
+real call_orca(const t_forcerec* fr, t_QMrec* qm, t_MMrec* mm, rvec f[], rvec fshift[]);
 
 #endif