Skip to content

Commit

Permalink
Slightly clearer code
Browse files Browse the repository at this point in the history
Part of the 'update to a code standard' project.
  • Loading branch information
josephwright committed Dec 13, 2016
1 parent a27c1ab commit 6a23fce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions base/beamerbaseverbatim.sty
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
}
}

{\catcode`\^^M=12\endlinechar=-1%
\begingroup
\catcode`\^^M=12 %
\endlinechar=-1 %
\long\gdef\beamer@processframefirstline#1#2^^M{%
\def\beamer@test{#1#2}%
\ifx\beamer@test\beamer@stopframefirst%
Expand Down Expand Up @@ -67,7 +69,7 @@
\fi%
\next%
}%
}
\endgroup

\def\beamer@setupstoppers#1{%
{
Expand Down

0 comments on commit 6a23fce

Please sign in to comment.