From 3fe56d9559c4c1cdb02ffa695f0bbe223761328d Mon Sep 17 00:00:00 2001 From: scott snyder Date: Tue, 25 Dec 2018 16:24:47 +0100 Subject: [PATCH] AthenaServices: Fix typo in include guard. Fix typo in include guard. --- Control/AthenaServices/src/RCUSvc.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Control/AthenaServices/src/RCUSvc.h b/Control/AthenaServices/src/RCUSvc.h index 6fec47df2f2..783a95716e6 100644 --- a/Control/AthenaServices/src/RCUSvc.h +++ b/Control/AthenaServices/src/RCUSvc.h @@ -1,7 +1,7 @@ // This file's extension implies that it's C, but it's really -*- C++ -*-. /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration */ // $Id$ @@ -13,8 +13,8 @@ */ -#ifndef ATHENASERIVCES_RCUSVC_H -#define ATHENASERIVCES_RCUSVC_H +#ifndef ATHENASERVICES_RCUSVC_H +#define ATHENASERVICES_RCUSVC_H #include "AthenaKernel/IRCUSvc.h" @@ -105,4 +105,4 @@ private: } // namespace Athena -#endif // not ATHENASERIVCES_RCUSVC_H +#endif // not ATHENASERVICES_RCUSVC_H -- GitLab