]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Clang format
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 27 Dec 2021 12:37:49 +0000 (12:37 +0000)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 27 Dec 2021 12:37:49 +0000 (12:37 +0000)
rtsp.c

diff --git a/rtsp.c b/rtsp.c
index 83dd4913c394d04cfe40dafa7572069e487762e5..34a7c49e46792e34f63b1f45074ba09ecc3128cf 100644 (file)
--- a/rtsp.c
+++ b/rtsp.c
@@ -2618,10 +2618,9 @@ void handle_flush(rtsp_conn_info *conn, rtsp_message *req, rtsp_message *resp) {
 
 #ifdef CONFIG_AIRPLAY_2
 
-
 #ifdef CONFIG_METADATA
-static void check_and_send_plist_metadata(plist_t messagePlist, const char *plist_key, uint32_t metadata_code)
-{
+static void check_and_send_plist_metadata(plist_t messagePlist, const char *plist_key,
+                                          uint32_t metadata_code) {
   plist_t item = plist_dict_get_item(messagePlist, plist_key);
   if (item) {
     char *value;