From d90bf6c7dfdde8c3019ce63b3d8b03fc950ad6c4 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Mon, 13 Feb 2023 11:36:41 +0100 Subject: [PATCH] formatting --- slsDetectorSoftware/src/SharedMemory.h | 4 ++-- slsSupportLib/include/sls/versionAPI.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/slsDetectorSoftware/src/SharedMemory.h b/slsDetectorSoftware/src/SharedMemory.h index a8e436664..880e7e89f 100644 --- a/slsDetectorSoftware/src/SharedMemory.h +++ b/slsDetectorSoftware/src/SharedMemory.h @@ -215,9 +215,9 @@ template class SharedMemory { } } - const char* getNoShmAccessMessage() const { + const char *getNoShmAccessMessage() const { return ("No shared memory to access. Create it first with " - "hostname or config command."); + "hostname or config command."); }; }; diff --git a/slsSupportLib/include/sls/versionAPI.h b/slsSupportLib/include/sls/versionAPI.h index a145433ec..ea4699c85 100644 --- a/slsSupportLib/include/sls/versionAPI.h +++ b/slsSupportLib/include/sls/versionAPI.h @@ -9,5 +9,5 @@ #define APIMYTHEN3 "7.0.0.rc3 0x230130" #define APIMOENCH "7.0.0.rc3 0x230130" #define APIEIGER "7.0.0.rc3 0x230130" -#define APILIB "7.0.0.rc3 0x230210" -#define APIRECEIVER "7.0.0.rc3 0x230210" +#define APILIB "7.0.0.rc3 0x230210" +#define APIRECEIVER "7.0.0.rc3 0x230210"