Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / fileio / xdr_datatype.h
index 9011f160740790d89cca9ef1c9f4bdc8816b818c..108bd92c586d791b0d8b918f0bbde4b37467558c 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,2018, by the GROMACS development team, led by
+ * Copyright (c) 2013,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.
@@ -50,6 +50,6 @@ typedef enum
 } xdr_datatype;
 
 /* names corresponding to the xdr_datatype enum */
-extern const char *xdr_datatype_names[];
+extern const charxdr_datatype_names[];
 
 #endif