From 3392126018c8dfb34cd8502ec68e5ea8c55779f3 Mon Sep 17 00:00:00 2001 From: Chiara Zampolli Date: Fri, 31 Jan 2020 11:14:53 +0100 Subject: [PATCH] Clang again --- .../Detectors/TOF/include/DataFormatsTOF/RawDataFormat.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DataFormats/Detectors/TOF/include/DataFormatsTOF/RawDataFormat.h b/DataFormats/Detectors/TOF/include/DataFormatsTOF/RawDataFormat.h index f5063f2fe9219..183b8e8e2d7f5 100644 --- a/DataFormats/Detectors/TOF/include/DataFormatsTOF/RawDataFormat.h +++ b/DataFormats/Detectors/TOF/include/DataFormatsTOF/RawDataFormat.h @@ -65,9 +65,9 @@ Word 1 | LHC Orbit */ // TDH - TOF Data Header typedef struct { - uint32_t bytePayload : 18; - uint32_t mbz : 8; - uint32_t dataId : 4; + uint32_t bytePayload : 18; + uint32_t mbz : 8; + uint32_t dataId : 4; } __attribute__((__packed__)) TOFDataHeader_t; typedef struct {