From 08019651d814b3657ae7135d05e05b02918e65f3 Mon Sep 17 00:00:00 2001
From: Vikas Singhal <vsinghal@gsi.de>
Date: Mon, 8 May 2023 15:31:45 +0530
Subject: [PATCH] Extra characters removed.

---
 core/base/utils/CbmMcbmUtils.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/base/utils/CbmMcbmUtils.cxx b/core/base/utils/CbmMcbmUtils.cxx
index f30fd5ddb7..8cd1a700c3 100644
--- a/core/base/utils/CbmMcbmUtils.cxx
+++ b/core/base/utils/CbmMcbmUtils.cxx
@@ -1,4 +1,4 @@
-gh /* Copyright (C) 2022 Facility for Antiproton and Ion Research in Europe, Darmstadt
+/* Copyright (C) 2022 Facility for Antiproton and Ion Research in Europe, Darmstadt
    SPDX-License-Identifier: GPL-3.0-only
    Authors: Pierre-Alain Loizeau [committer] */
 
@@ -6,7 +6,7 @@ gh /* Copyright (C) 2022 Facility for Antiproton and Ion Research in Europe, Dar
 
 #include <stdexcept>
 
-  namespace cbm
+namespace cbm
 {
   namespace mcbm
   {
-- 
GitLab