diff --git a/reco/L1/L1Algo/L1BaseStationInfo.h b/reco/L1/L1Algo/L1BaseStationInfo.h
index 72d487dd6bc36e9f2532f5d121eb627d3cc0f54f..ae09356723001e8e95bb65354892edc40f6784f9 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                                                      //