]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
clang
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 1 Sep 2021 15:53:48 +0000 (16:53 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 1 Sep 2021 15:53:48 +0000 (16:53 +0100)
player.h

index 48755997210fc8891e393e1fd6c907d1eab636bd..5e1e6e7bc89e39b84977bcb05a77e3376fc07f0a 100644 (file)
--- a/player.h
+++ b/player.h
@@ -287,7 +287,8 @@ typedef struct {
   clock_status_t clock_status;
 
 #ifdef CONFIG_AIRPLAY_2
-  char *airplay_gid;       // UUID in the Bonjour advertisement -- if NULL, the group UUID is the same as the pi UUID
+  char *airplay_gid; // UUID in the Bonjour advertisement -- if NULL, the group UUID is the same as
+                     // the pi UUID
   airplay_t airplay_type; // are we using AirPlay 1 or AirPlay 2 protocol on this connection?
   airplay_stream_t airplay_stream_type; // is it realtime audio or buffered audio...
   timing_t timing_type;                 // are we using NTP or PTP on this connection?