Skip to content

Commit

Permalink
Serializer: Code reformats
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Oct 18, 2021
1 parent 1c737b2 commit 73a045f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Serializer.define.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
/* Defines */

#ifdef __MQL__
#define SERIALIZER_EMPTY_STUB \
template <> \
void SerializeStub(int _n1 = 1, int _n2 = 1, int _n3 = 1, int _n4 = 1, int _n5 = 1) {}
#define SERIALIZER_EMPTY_STUB \
template <> \
void SerializeStub(int _n1 = 1, int _n2 = 1, int _n3 = 1, int _n4 = 1, int _n5 = 1) {}
#else
#define SERIALIZER_EMPTY_STUB \
void SerializeStub(int _n1 = 1, int _n2 = 1, int _n3 = 1, int _n4 = 1, int _n5 = 1) {}
#define SERIALIZER_EMPTY_STUB \
void SerializeStub(int _n1 = 1, int _n2 = 1, int _n3 = 1, int _n4 = 1, int _n5 = 1) {}
#endif

0 comments on commit 73a045f

Please sign in to comment.