From 1c55ae892a35414da55b5a3a67e4ed485714d33c Mon Sep 17 00:00:00 2001 From: Juraj Smiesko Date: Thu, 8 Feb 2024 11:21:10 +0100 Subject: [PATCH] Formatting --- k4Interface/include/k4Interface/IGeoSvc.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/k4Interface/include/k4Interface/IGeoSvc.h b/k4Interface/include/k4Interface/IGeoSvc.h index 134048c3..24f6105f 100644 --- a/k4Interface/include/k4Interface/IGeoSvc.h +++ b/k4Interface/include/k4Interface/IGeoSvc.h @@ -32,10 +32,10 @@ class G4VUserDetectorConstruction; class GAUDI_API IGeoSvc : virtual public IService { public: DeclareInterfaceID(IGeoSvc, 1, 0); - virtual dd4hep::DetElement getDD4HepGeo() = 0; - virtual dd4hep::Detector* getDetector() = 0; - virtual G4VUserDetectorConstruction* getGeant4Geo() = 0; - virtual std::string constantAsString(std::string const& name) = 0; + virtual dd4hep::DetElement getDD4HepGeo() = 0; + virtual dd4hep::Detector* getDetector() = 0; + virtual G4VUserDetectorConstruction* getGeant4Geo() = 0; + virtual std::string constantAsString(std::string const& name) = 0; virtual ~IGeoSvc() {} };