Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehvogel committed Aug 22, 2023
1 parent f43f657 commit 5dfd6da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k4FWCore/src/PodioDataSvc.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include "k4FWCore/PodioDataSvc.h"
#include "GaudiKernel/IConversionSvc.h"
#include "GaudiKernel/IEventProcessor.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/IProperty.h"
#include "GaudiKernel/ISvcLocator.h"

#include "k4FWCore/DataWrapper.h"

Expand Down Expand Up @@ -46,7 +46,7 @@ StatusCode PodioDataSvc::initialize() {
}

IProperty* property;
auto sc = service("ApplicationMgr", property);
auto sc = service("ApplicationMgr", property);
if (sc == StatusCode::FAILURE) {
error() << "Could not get ApplicationMgr properties" << std::endl;
}
Expand Down

0 comments on commit 5dfd6da

Please sign in to comment.