From e3d3c88d749ece1b0c46f933112a972a41f8ff38 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Mon, 11 May 2020 19:53:50 +0200 Subject: [PATCH] update format --- slsDetectorServers/eigerDetectorServer/Beb.h | 2 +- .../eigerDetectorServer/slsDetectorFunctionList.c | 2 +- slsSupportLib/include/versionAPI.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/slsDetectorServers/eigerDetectorServer/Beb.h b/slsDetectorServers/eigerDetectorServer/Beb.h index f012f7170..854d28e1b 100644 --- a/slsDetectorServers/eigerDetectorServer/Beb.h +++ b/slsDetectorServers/eigerDetectorServer/Beb.h @@ -40,7 +40,7 @@ void Beb_SetTopVariable(int val); int Beb_SetTop(enum TOPINDEX ind); int Beb_SetMaster(enum MASTERINDEX ind); int Beb_SetActivate(int enable); -int Beb_GetActivate(int* retval); +int Beb_GetActivate(int *retval); int Beb_Set32bitOverflow(int val); int Beb_GetTenGigaFlowControl(); diff --git a/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c b/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c index e741fa311..6c978bbab 100644 --- a/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c +++ b/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c @@ -711,7 +711,7 @@ void setupDetector() { } LOG(logINFOBLUE, ("Module: %s %s %s\n", (top ? "TOP" : "BOTTOM"), - (master ? "MASTER" : "SLAVE"), (normal ? "NORMAL" : "SPECIAL"))); + (master ? "MASTER" : "SLAVE"), (normal ? "NORMAL" : "SPECIAL"))); // client first connect (from shm) will activate if (setActivate(0) == FAIL) { diff --git a/slsSupportLib/include/versionAPI.h b/slsSupportLib/include/versionAPI.h index 45c9dea69..10f101017 100644 --- a/slsSupportLib/include/versionAPI.h +++ b/slsSupportLib/include/versionAPI.h @@ -10,4 +10,4 @@ #define APIJUNGFRAU 0x200508 #define APIMYTHEN3 0x200508 #define APIMOENCH 0x200508 -#define APIEIGER 0x200511 +#define APIEIGER 0x200511