Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / utility / int64_to_int.h
index 7c4c7d8e97b345e430532e72bb44b4b75fb9e267..17b6e5b1ebdc8b505f64e0db52331dc864c4c51e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2015,2018, by the GROMACS development team, led by
+ * Copyright (c) 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.
@@ -55,6 +55,6 @@
  *                 "WARNING during %s:", where warn is printed in %s.
  * \return the truncated step number.
  */
-int int64_to_int(int64_t step, const char *warn);
+int int64_to_int(int64_t step, const charwarn);
 
 #endif