Skip to content

Commit 1372106

Browse files
mkrzewicdberzano
authored andcommitted
clang format
1 parent 86abb35 commit 1372106

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

DataFormats/TimeFrame/test/TimeFrameTest.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ inline static void SimpleMsgCleanup(void* /*data*/, void* obj)
6666
delete static_cast<T*>(obj);
6767
}
6868

69-
template<typename Factory, typename T>
70-
inline static FairMQMessagePtr NewSimpleMessage(Factory &f, const T& data)
69+
template <typename Factory, typename T>
70+
inline static FairMQMessagePtr NewSimpleMessage(Factory& f, const T& data)
7171
{
7272
auto* dataCopy = new T(data);
7373
return f.CreateMessage(dataCopy, sizeof(T), SimpleMsgCleanup<T>, dataCopy);

Framework/Core/src/FairMQDeviceProxy.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ namespace o2
1717
{
1818
namespace framework
1919
{
20-
FairMQTransportFactory *FairMQDeviceProxy::getTransport() {
20+
FairMQTransportFactory* FairMQDeviceProxy::getTransport()
21+
{
2122
return mDevice->Transport();
2223
}
2324

0 commit comments

Comments
 (0)