mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 16:48:52 +02:00
Reformat code with clang 10
This commit is contained in:
parent
59763f03c1
commit
3ac9245d00
24 changed files with 174 additions and 155 deletions
|
@ -24,7 +24,8 @@
|
|||
|
||||
static constexpr auto LOG_TAG = "Bonjour";
|
||||
|
||||
typedef union {
|
||||
typedef union
|
||||
{
|
||||
unsigned char b[2];
|
||||
unsigned short NotAnInteger;
|
||||
} Opaque16;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue