aboutsummaryrefslogtreecommitdiffstats
path: root/qtserialport
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@qt.io>2018-11-29 09:13:11 +0100
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2018-11-30 15:50:58 +0000
commite8e76d256bb4e3b1c6b9f2b251d89dfe643bdcbb (patch)
tree2660567352d8b2b6f926811b76a3cbd41e35cde4 /qtserialport
parenta55b73205369128d0701a36720a48c6d1481501f (diff)
Fix handling of structs by clang format
Our coding style expects classes to have opening braces on a new line. Structs and classes are the same. Before the patch: struct Foo { ... }; After the patch: struct Foo { ... }; Change-Id: Ifab8a402d03ef2fd75b939f39274887feedc7b1b Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'qtserialport')
0 files changed, 0 insertions, 0 deletions