Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / pbcutil / pbcenums.h
index 68c68fdc482a2c8d7bd4ecc8ddd019f6140cbdad..d7e1a91f550cba3f3f1da9998232343d8c99d67d 100644 (file)
@@ -73,14 +73,14 @@ enum class UnitCellType
  *
  * \param[in] type Centering type to get a name for.
  */
-const char *centerTypeNames(CenteringType type);
+const charcenterTypeNames(CenteringType type);
 
 /*! \brief
  * Get names for the different unit cell representation types.
  *
  * \param[in] type Unit cell type to get a name for.
  */
-const char *unitCellTypeNames(UnitCellType type);
+const charunitCellTypeNames(UnitCellType type);
 
 } // namespace gmx