From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fb3ZK-0003qH-94 for guix-patches@gnu.org; Thu, 05 Jul 2018 08:41:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fb3ZH-0002PZ-Ga for guix-patches@gnu.org; Thu, 05 Jul 2018 08:41:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39422) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fb3ZH-0002O4-4x for guix-patches@gnu.org; Thu, 05 Jul 2018 08:41:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fb3ZG-0002nY-VV for guix-patches@gnu.org; Thu, 05 Jul 2018 08:41:02 -0400 Subject: [bug#32059] [PATCH 2/3] etc: snippets: Improve indentation in the package snippet. Resent-Message-ID: From: Arun Isaac Date: Thu, 5 Jul 2018 18:09:43 +0530 Message-Id: <20180705123944.25944-2-arunisaac@systemreboot.net> In-Reply-To: <20180705123944.25944-1-arunisaac@systemreboot.net> References: <20180705123944.25944-1-arunisaac@systemreboot.net> 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: 32059@debbugs.gnu.org * etc/snippets/scheme-mode/guix-package: Move origin field to the next line. --- etc/snippets/scheme-mode/guix-package | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/snippets/scheme-mode/guix-package b/etc/snippets/scheme-mode/guix-package index 48b87e359..18735bd18 100644 --- a/etc/snippets/scheme-mode/guix-package +++ b/etc/snippets/scheme-mode/guix-package @@ -6,7 +6,8 @@ (package (name "$1") (version "$2") - (source origin...$0) + (source + origin...$0) (build-system ${3:$$(yas-choose-value "android-ndk-build-system" "ant-build-system" "asdf-build-system" -- 2.15.1