clang-tidy modernize
[alexxy/gromacs.git] / src / gromacs / gmxlib / network.h
index 96eca851e15aca7d949c3abd50acc5d018f4ecf5..901d48a7c5db38b8644ab902745e9b0ad24a4414 100644 (file)
@@ -50,7 +50,7 @@ struct gmx_multisim_t;
 struct t_commrec;
 struct t_filenm;
 
-struct t_commrec *init_commrec(void);
+struct t_commrec *init_commrec();
 /* Allocate, initialize and return the commrec. */
 
 void done_commrec(t_commrec *cr);