Skip to content

Commit 87859a3

Browse files
committed
Please consider the following formatting changes
1 parent 4b70ad8 commit 87859a3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

EventFiltering/cefpTask.cxx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,11 @@ static const float defaultDownscaling[128][1]{
217217
{1.f},
218218
{1.f}}; /// Max number of columns for triggers is 128 (extendible)
219219

220-
#define FILTER_CONFIGURABLE(_TYPE_) \
221-
Configurable<LabeledArray<float>> cfg##_TYPE_{ \
222-
#_TYPE_, {defaultDownscaling[0], NumberOfColumns(typename _TYPE_::table_t::persistent_columns_t{}), 1, ColumnsNames(typename _TYPE_::table_t::persistent_columns_t{}), downscalingName}, #_TYPE_ " downscalings"}
220+
#define FILTER_CONFIGURABLE(_TYPE_) \
221+
Configurable<LabeledArray<float>> cfg##_TYPE_ \
222+
{ \
223+
#_TYPE_, {defaultDownscaling[0], NumberOfColumns(typename _TYPE_::table_t::persistent_columns_t{}), 1, ColumnsNames(typename _TYPE_::table_t::persistent_columns_t{}), downscalingName}, #_TYPE_ " downscalings" \
224+
}
223225
} // namespace
224226

225227
struct centralEventFilterTask {

0 commit comments

Comments
 (0)