From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 25 May 2022 10:52:44 +0000 (+0100) Subject: Minor formatting adjustments. X-Git-Tag: 4.1-rc1~24^2~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6583132204ddb78d8b4d65a7c2ccff2e49ae03b5;p=thirdparty%2Fshairport-sync.git Minor formatting adjustments. --- diff --git a/shairport.c b/shairport.c index a6ca199f..1a020a25 100644 --- a/shairport.c +++ b/shairport.c @@ -255,10 +255,10 @@ void usage(char *progname) { #ifdef CONFIG_AIRPLAY_2 if (has_fltp_capable_aac_decoder() == 0) { - printf("IMPORTANT NOTE: Shairport Sync can not run on this system.\n"); + printf("\nIMPORTANT NOTE: Shairport Sync can not run on this system.\n"); printf("A Floating Planar (\"fltp\") AAC decoder is required,\n"); - printf("but the system's ffmpeg library does not seem to include one.\n\n"); - printf("See: https://github.com/mikebrady/shairport-sync/blob/development/TROUBLESHOOTING.md#aac-decoder-issues-airplay-2-only.\n"); + printf("but the system's ffmpeg library does not seem to include one.\n"); + printf("See: https://github.com/mikebrady/shairport-sync/blob/development/TROUBLESHOOTING.md#aac-decoder-issues-airplay-2-only.\n\n"); } #endif