From 49ecb13f7a0ba0494586aee417c0badf4a567523 Mon Sep 17 00:00:00 2001 From: sergeizharko <zharkosergey94@yandex.ru> Date: Mon, 27 Dec 2021 21:52:48 +0100 Subject: [PATCH] Apply clang-format --- reco/L1/L1Algo/L1BaseStationInfo.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/reco/L1/L1Algo/L1BaseStationInfo.h b/reco/L1/L1Algo/L1BaseStationInfo.h index 72d487dd6b..ae09356723 100644 --- a/reco/L1/L1Algo/L1BaseStationInfo.h +++ b/reco/L1/L1Algo/L1BaseStationInfo.h @@ -2,7 +2,7 @@ SPDX-License-Identifier: GPL-3.0-only Authors: Sergey Gorbunov, Sergei Zharko [committer] */ -/************************************************************************************************************** +/************************************************************************************************************ * @file L1BaseStationInfo.h * @bried A base class for a L1 station interface * @since 18.12.2021 @@ -70,8 +70,12 @@ public: /// Checks if all the necessary fields are initialized by user bool IsInitialized() const { return fInitFlags.size() == fInitFlags.count(); } /// Transfers all gathered data to L1Algo (TODO) - void TransferL1Station() { /**********/ } - void TransferData() { /*********/ } + void TransferL1Station() + { /**********/ + } + void TransferData() + { /*********/ + } //-------------------------------------------------------------------------------------------------------// // Interface for L1Station object initialization // -- GitLab