drwho.tex (\enqueue): Fix misleading indentation.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 9 Aug 2020 17:44:13 +0000 (18:44 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 9 Aug 2020 17:44:13 +0000 (18:44 +0100)
drwho.tex

index 2504cad..6c2624c 100644 (file)
--- a/drwho.tex
+++ b/drwho.tex
@@ -59,7 +59,7 @@
 
 \def\enqueue#1#2{%
   \global\csname q/#1\expandafter\endcsname=
-  \expandafter{\the\csname q/#1\endcsname{#2}}%
+    \expandafter{\the\csname q/#1\endcsname{#2}}%
 }
 \def\grabhead#1#2\endstop{\def\head{#1}}
 \def\gethead#1{\expandafter\grabhead\the\csname q/#1\endcsname\nil\endstop}