Reformat code with clang 10

This commit is contained in:
badaix 2020-11-27 21:29:34 +01:00
parent 59763f03c1
commit 3ac9245d00
24 changed files with 174 additions and 155 deletions

View file

@ -24,7 +24,8 @@
static constexpr auto LOG_TAG = "Bonjour";
typedef union {
typedef union
{
unsigned char b[2];
unsigned short NotAnInteger;
} Opaque16;