On 10/24/2014 07:05 AM, Eric Bavier wrote: > From 60a9c0b0b20f37b9866f1a2825842c496ee5333d Mon Sep 17 00:00:00 2001 > From: Eric Bavier <bav...@member.fsf.org> > 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.