From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:48797) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPn5n-0005wz-O7 for guix-patches@gnu.org; Sat, 18 Apr 2020 09:01:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPn5k-0005sv-HM for guix-patches@gnu.org; Sat, 18 Apr 2020 09:01:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58838) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jPn5i-0005q4-1I for guix-patches@gnu.org; Sat, 18 Apr 2020 09:01:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jPn5h-0004Hk-Vc for guix-patches@gnu.org; Sat, 18 Apr 2020 09:01:01 -0400 Subject: [bug#40677] [PATCH 16/30] gnu: pjproject-jami: Add a new SFL patch. Resent-Message-ID: From: Mathieu Othacehe References: <20200417003433.5608-1-tona_kosmicznego_smiecia@interia.pl> <20200417003433.5608-16-tona_kosmicznego_smiecia@interia.pl> Date: Sat, 18 Apr 2020 15:00:28 +0200 In-Reply-To: <20200417003433.5608-16-tona_kosmicznego_smiecia@interia.pl> (Jan Wielkiewicz's message of "Fri, 17 Apr 2020 02:34:19 +0200") Message-ID: <878sithrtf.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Jan Wielkiewicz Cc: 40677@debbugs.gnu.org > - "disable_local_resolution")) > + "disable_local_resolution" > + "fix_assert_on_connection_attempt")) > #t))) This indentation is wrong here. You should not use tabulations. Also this is over the 78 column limit. A trick to respect it would be to introduce a line break between the '#:inputs' key above and let your editor figure it out. Mathieu