diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-01 09:16:59 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-01 09:25:57 +0100 |
commit | 3bf69d30ad50f4c2041c23006f3386a9758a746a (patch) | |
tree | bd0148d450f2630099526c3ec2424195d4a29a01 /eclass | |
parent | media-video/ffmpeg: bump to 2.8.6 (diff) | |
download | gentoo-3bf69d30ad50f4c2041c23006f3386a9758a746a.tar.gz gentoo-3bf69d30ad50f4c2041c23006f3386a9758a746a.tar.bz2 gentoo-3bf69d30ad50f4c2041c23006f3386a9758a746a.zip |
eclass/latex-package.eclass: reindent
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/latex-package.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass index b32943b580a4..39211be6e181 100644 --- a/eclass/latex-package.eclass +++ b/eclass/latex-package.eclass @@ -128,7 +128,7 @@ latex-package_src_doinstall() { do einfo "Making documentation: $i" texi2dvi -q -c --language=latex $i &> /dev/null || die - done + done ;; "tfm" | "vf" | "afm") for i in `find . -maxdepth 1 -type f -name "*.${1}"` |