Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
smorovic committed Nov 12, 2020
1 parent 384d7f4 commit 8ab76bd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions IOPool/Streamer/interface/FRDEventMessage.h
Expand Up @@ -126,13 +126,13 @@ struct FRDEventHeader_V1 {
const uint16 FRDEVENT_MASK_ISGENDATA = 1;

constexpr size_t FRDHeaderMaxVersion = 6;
constexpr std::array<uint32, FRDHeaderMaxVersion + 1> FRDHeaderVersionSize {{0,
2 * sizeof(uint32),
(4 + 1024) * sizeof(uint32),
7 * sizeof(uint32),
8 * sizeof(uint32),
6 * sizeof(uint32),
6 * sizeof(uint32)}};
constexpr std::array<uint32, FRDHeaderMaxVersion + 1> FRDHeaderVersionSize{{0,
2 * sizeof(uint32),
(4 + 1024) * sizeof(uint32),
7 * sizeof(uint32),
8 * sizeof(uint32),
6 * sizeof(uint32),
6 * sizeof(uint32)}};

class FRDEventMsgView {
public:
Expand Down

0 comments on commit 8ab76bd

Please sign in to comment.