summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-03-19 10:20:26 +0000
committerJustin Lecher <jlec@gentoo.org>2017-03-19 10:25:23 +0000
commit7131191b36bb86374fb9f5191c9ba5d2fc2f45e1 (patch)
tree9b649fbf5ee35e42e8945c39c329ba74899c4183 /eclass/mercurial.eclass
parentsci-physics/herwig: fix bug 612906 (diff)
downloadgentoo-7131191b36bb86374fb9f5191c9ba5d2fc2f45e1.tar.gz
gentoo-7131191b36bb86374fb9f5191c9ba5d2fc2f45e1.tar.bz2
gentoo-7131191b36bb86374fb9f5191c9ba5d2fc2f45e1.zip
Drop trailing whitespaces
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass/mercurial.eclass')
-rw-r--r--eclass/mercurial.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass
index 65f5d805b607..ca41ff45ac2e 100644
--- a/eclass/mercurial.eclass
+++ b/eclass/mercurial.eclass
@@ -81,7 +81,7 @@ EHG_OFFLINE="${EHG_OFFLINE:-${EVCS_OFFLINE}}"
# Clone or update repository.
#
# If repository URI is not passed it defaults to EHG_REPO_URI, if module is
-# empty it defaults to basename of EHG_REPO_URI, sourcedir defaults to
+# empty it defaults to basename of EHG_REPO_URI, sourcedir defaults to
# EHG_CHECKOUT_DIR, which defaults to S.
mercurial_fetch() {