commit: 046641ac31e7036f06df32b3f3afabd91b78c9ea Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri May 6 13:47:19 2016 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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 :