From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C0E301381F1 for ; Wed, 11 May 2016 19:59:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7437DE086D; Wed, 11 May 2016 19:59:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEF0BE086D for ; Wed, 11 May 2016 19:59:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B54CB34072E for ; Wed, 11 May 2016 19:59:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC69216 for ; Wed, 11 May 2016 19:59:21 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1462542439.046641ac31e7036f06df32b3f3afabd91b78c9ea.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pms.cls X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 046641ac31e7036f06df32b3f3afabd91b78c9ea X-VCS-Branch: master Date: Wed, 11 May 2016 19:59:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a6caa3d3-4894-4b13-8cfb-8e67bcb74998 X-Archives-Hash: 43470f5e66022ff8c2dc28215bfd2c15 commit: 046641ac31e7036f06df32b3f3afabd91b78c9ea Author: Ulrich Müller gentoo org> AuthorDate: Fri May 6 13:47:19 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri May 6 13:47:19 2016 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=046641ac pms.cls: Reformat macro definition for readability. pms.cls | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pms.cls b/pms.cls index d4d5591..e4c3da4 100644 --- a/pms.cls +++ b/pms.cls @@ -169,8 +169,11 @@ % To find everywhere that needs updating when we add an EAPI \newcommand{\CurrentEAPIIs}[1]{\def\TheCurrentEAPI{#1}} -\newcommand{\ChangeWhenAddingAnEAPI}[1]{\ifthenelse{\equal{\TheCurrentEAPI}{#1}}{}{\errmessage{This -needs to be updated for EAPI \TheCurrentEAPI}}} +\newcommand{\ChangeWhenAddingAnEAPI}[1]{% + \ifthenelse{\equal{\TheCurrentEAPI}{#1}}{}{% + \errmessage{This needs to be updated for EAPI \TheCurrentEAPI}% + }% +} % vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en :