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