Code beautification with uncrustify
[alexxy/gromacs.git] / src / gromacs / legacyheaders / topsort.h
index 9b11a9f8d68792535692649183780e579499773c..777d00ead9db3e4ff1d8b8fde296213873a86b07 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "typedefs.h"
 
-#ifdef __cplusplus 
+#ifdef __cplusplus
 extern "C" {
 #endif
 
@@ -13,9 +13,9 @@ extern "C" {
 gmx_bool gmx_mtop_bondeds_free_energy(const gmx_mtop_t *mtop);
 
 /* Sort all the bonded ilists in idef to have the perturbed ones at the end
-* and set nr_nr_nonperturbed in ilist.
-*/
-void gmx_sort_ilist_fe(t_idef *idef,const real *qA,const real *qB);
+ * and set nr_nr_nonperturbed in ilist.
+ */
+void gmx_sort_ilist_fe(t_idef *idef, const real *qA, const real *qB);
 
 #ifdef __cplusplus
 }