[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/5] guix: lint: Use if/when consistently.
From: |
Cyril Roelandt |
Subject: |
Re: [PATCH 2/5] guix: lint: Use if/when consistently. |
Date: |
Fri, 24 Oct 2014 12:48:48 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.0 |
On 10/24/2014 07:05 AM, Eric Bavier wrote:
> From 60a9c0b0b20f37b9866f1a2825842c496ee5333d Mon Sep 17 00:00:00 2001
> From: Eric Bavier <address@hidden>
> Date: Wed, 22 Oct 2014 12:01:04 -0500
> Subject: [PATCH 2/5] guix: lint: Use if/when consistently.
>
> * guix/scripts/lint.scm (check-synopsis-style): Replace single-branch
> uses of if with when.
> ---
> guix/scripts/lint.scm | 28 ++++++++++++++--------------
> 1 file changed, 14 insertions(+), 14 deletions(-)
Looks good to me.
Cyril.