summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fp
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/fp')
-rw-r--r--Master/texmf-dist/tex/latex/fp/fp-exp.sty2
-rw-r--r--Master/texmf-dist/tex/latex/fp/lfp.sty2
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/fp/fp-exp.sty b/Master/texmf-dist/tex/latex/fp/fp-exp.sty
index 04a47384406..19da37ae461 100644
--- a/Master/texmf-dist/tex/latex/fp/fp-exp.sty
+++ b/Master/texmf-dist/tex/latex/fp/fp-exp.sty
@@ -441,7 +441,7 @@
\fi%
}
-\def\FP@pow#1#2#3{
+\def\FP@pow#1#2#3{%
% #1 macro, which gets the result
% #2 base
% #3 exponent
diff --git a/Master/texmf-dist/tex/latex/fp/lfp.sty b/Master/texmf-dist/tex/latex/fp/lfp.sty
index a560a645d6a..3b6728974c5 100644
--- a/Master/texmf-dist/tex/latex/fp/lfp.sty
+++ b/Master/texmf-dist/tex/latex/fp/lfp.sty
@@ -10,7 +10,7 @@
\edef\FP@loadedfiles{fp.tex}
\def\FP@alreadyloaded#1{}
-\def\FP@notyetloaded#1{
+\def\FP@notyetloaded#1{%
\edef\FP@loadedfiles{\FP@loadedfiles,#1}
\input #1.sty
}