Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / utility / basenetwork.h
index 70793c1c3856b9dda0305b282898ce988b3c28d0..b1fa3833a1f8c4008a8a335158092478cab7d6bc 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2013,2014,2015,2018, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,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.
@@ -90,7 +90,7 @@ int gmx_physicalnode_id_hash();
 /*! \brief
  * Broadcasts given data from rank zero to all other ranks.
  */
-void gmx_broadcast_world(int size, void *buffer);
+void gmx_broadcast_world(int size, voidbuffer);
 
 /** Abort the parallel run */
 [[noreturn]] void gmx_abort(int errorno);