Skip to content

Commit e9152f1

Browse files
committed
Please consider the following formatting changes
1 parent b96c9c5 commit e9152f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPU/GPUTracking/DataTypes/GPUO2ConfigurableParam.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#define AddSubConfig(name, instance)
4444
#define BeginSubConfig(name, instance, parent, preoptname, preoptnameshort, descr, o2prefix) \
4545
struct GPUCA_M_CAT(GPUConfigurableParam, name) : public o2::conf::ConfigurableParamHelper<GPUCA_M_CAT(GPUConfigurableParam, name)> { \
46-
O2ParamDef(GPUCA_M_CAT(GPUConfigurableParam, name), GPUCA_M_STR(GPUCA_M_CAT(GPU_, o2prefix))) public:
46+
O2ParamDef(GPUCA_M_CAT(GPUConfigurableParam, name), GPUCA_M_STR(GPUCA_M_CAT(GPU_, o2prefix))) public:
4747
#define BeginHiddenConfig(name, instance) struct GPUCA_M_CAT(GPUConfigurableParam, name) {
4848
#define EndConfig() \
4949
} \

0 commit comments

Comments
 (0)