summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2016-05-06 15:47:19 +0200
committerUlrich Müller <ulm@gentoo.org>2016-05-06 15:47:19 +0200
commit046641ac31e7036f06df32b3f3afabd91b78c9ea (patch)
treec8956ce493bb39288230630840a073894858097b /pms.cls
parentappendices.tex: metadata.xml is now specified by GLEP 68 (diff)
downloadpms-046641ac31e7036f06df32b3f3afabd91b78c9ea.tar.gz
pms-046641ac31e7036f06df32b3f3afabd91b78c9ea.tar.bz2
pms-046641ac31e7036f06df32b3f3afabd91b78c9ea.zip
pms.cls: Reformat macro definition for readability.
Diffstat (limited to 'pms.cls')
-rw-r--r--pms.cls7
1 files 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 :