Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / utility / baseversion.cpp
index 23daa6d9a7f8db2ef8ae5373e310f45848913ac7..90828c320866da97c25d911e80e1d5d0a0e1a1c3 100644 (file)
 
 #include "baseversion_gen.h"
 
-const char *gmx_version()
+const chargmx_version()
 {
     return _gmx_ver_string;
 }
 
-const char *gmx_version_git_full_hash()
+const chargmx_version_git_full_hash()
 {
     return _gmx_full_git_hash;
 }
 
-const char *gmx_version_git_central_base_hash()
+const chargmx_version_git_central_base_hash()
 {
     return _gmx_central_base_hash;
 }
 
-const char *gmxDOI()
+const chargmxDOI()
 {
     return gmxSourceDoiString;
 }
 
-const char *gmxReleaseSourceChecksum()
+const chargmxReleaseSourceChecksum()
 {
     return gmxReleaseSourceFileChecksum;
 }
 
-const char *gmxCurrentSourceChecksum()
+const chargmxCurrentSourceChecksum()
 {
     return gmxCurrentSourceFileChecksum;
 }
 
 #if GMX_DOUBLE
-void gmx_is_double_precision()
-{
-}
+void gmx_is_double_precision() {}
 #else
-void gmx_is_single_precision()
-{
-}
+void gmx_is_single_precision() {}
 #endif
 
 /* Note that this array (and some which follow) must match the "GPU
  * support enumeration" in src/config.h.cmakein */
-static const char * const gpuImplementationStrings[] = { "disabled", "CUDA", "OpenCL" };
+static const char* const gpuImplementationStrings[] = { "disabled", "CUDA", "OpenCL" };
 
-const char *getGpuImplementationString()
+const chargetGpuImplementationString()
 {
     return gpuImplementationStrings[GMX_GPU];
 }