Skip to content

Commit 50a808c

Browse files
committed
ipts: Run clang-format
1 parent 6db36f1 commit 50a808c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ipts/protocol.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ struct [[gnu::packed]] ipts_pen_dft_window {
158158
u32 timestamp; // counting at approx 8MHz
159159
u8 num_rows;
160160
u8 seq_num;
161-
u8 reserved[3]; // NOLINT(modernize-avoid-c-arrays,cppcoreguidelines-avoid-c-arrays)
161+
u8 reserved[3]; // NOLINT(modernize-avoid-c-arrays,cppcoreguidelines-avoid-c-arrays)
162162
u8 data_type;
163163
u8 reserved2[2]; // NOLINT(modernize-avoid-c-arrays,cppcoreguidelines-avoid-c-arrays)
164164
};

0 commit comments

Comments
 (0)