Skip to content

Commit 640d50e

Browse files
committed
Please consider the following formatting changes
1 parent 443c2d7 commit 640d50e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Framework/Core/include/Framework/TMessageSerializer.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ struct TMessageSerializer {
6464
CompressionLevel compressionLevel = -1);
6565

6666
template <typename T>
67-
static void serialize(FairTMessage& msg, const T* input, //
68-
const TClass* cl,
67+
static void serialize(FairTMessage& msg, const T* input, //
68+
const TClass* cl,
6969
CompressionLevel compressionLevel = -1);
7070

7171
template <typename T = TObject>
@@ -86,7 +86,7 @@ inline void TMessageSerializer::serialize(FairTMessage& tm, const TObject* input
8686
}
8787

8888
template <typename T>
89-
inline void TMessageSerializer::serialize(FairTMessage& tm, const T* input, //
89+
inline void TMessageSerializer::serialize(FairTMessage& tm, const T* input, //
9090
const TClass* cl, CompressionLevel compressionLevel)
9191
{
9292
if (compressionLevel >= 0) {
@@ -149,8 +149,8 @@ inline void TMessageSerializer::Serialize(fair::mq::Message& msg, const TObject*
149149
}
150150

151151
template <typename T>
152-
inline void TMessageSerializer::Serialize(fair::mq::Message& msg, const T* input, //
153-
const TClass* cl, //
152+
inline void TMessageSerializer::Serialize(fair::mq::Message& msg, const T* input, //
153+
const TClass* cl, //
154154
TMessageSerializer::CompressionLevel compressionLevel)
155155
{
156156
std::unique_ptr<FairTMessage> tm = std::make_unique<FairTMessage>(kMESS_OBJECT);

0 commit comments

Comments
 (0)