From e9a8306199ff43416f691c3e4e82075ab3bfb066 Mon Sep 17 00:00:00 2001
From: Shahzad Malik Muzaffar <shahzad.malik.muzaffar@cern.ch>
Date: Thu, 5 Sep 2024 16:04:27 +0200
Subject: [PATCH] [HETEROGENEOUS-RECONSTRUCTION-UPGRADE] Changes suggested by
 new llvm18 clang-format

---
 CUDADataFormats/HGCal/interface/HGCRecHitSoA.h        | 2 +-
 CUDADataFormats/HGCal/interface/HGCUncalibRecHitSoA.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CUDADataFormats/HGCal/interface/HGCRecHitSoA.h b/CUDADataFormats/HGCal/interface/HGCRecHitSoA.h
index 7d3fb850c9c7f..fe3fadabf5e3d 100644
--- a/CUDADataFormats/HGCal/interface/HGCRecHitSoA.h
+++ b/CUDADataFormats/HGCal/interface/HGCRecHitSoA.h
@@ -23,7 +23,7 @@ namespace memory {
     constexpr unsigned uint32_hgcrechits_soa = 2;  //number of uint32_t pointers in the rechits SoA
     constexpr unsigned uint8_hgcrechits_soa = 1;   //number of uint8_t pointers in the rechits SoA
     constexpr unsigned ntypes_hgcrechits_soa = 3;  //number of different pointer types in the rechits SoA
-  }                                                // namespace npointers
+  }  // namespace npointers
 }  // namespace memory
 
 #endif  //CUDADataFormats_HGCal_HGCRecHitSoA_h
diff --git a/CUDADataFormats/HGCal/interface/HGCUncalibRecHitSoA.h b/CUDADataFormats/HGCal/interface/HGCUncalibRecHitSoA.h
index 9dadc6082ef0e..d2d0bcf810902 100644
--- a/CUDADataFormats/HGCal/interface/HGCUncalibRecHitSoA.h
+++ b/CUDADataFormats/HGCal/interface/HGCUncalibRecHitSoA.h
@@ -27,7 +27,7 @@ namespace memory {
     constexpr unsigned uint32_hgcuncalibrechits_soa = 3;  //number of uint32_t pointers in the uncalibrated rechits SoA
     constexpr unsigned ntypes_hgcuncalibrechits_soa =
         2;  //number of different pointer types in the uncalibrated rechits SoA
-  }         // namespace npointers
+  }  // namespace npointers
 }  // namespace memory
 
 #endif