largefiles: remove additional blank lines
It does not conform to the coding style.
--- a/hgext/largefiles/lfutil.py Fri Jun 24 09:08:16 2016 +0200
+++ b/hgext/largefiles/lfutil.py Mon Jun 27 10:33:33 2016 +0200
@@ -31,7 +31,6 @@
shortnameslash = shortname + '/'
longname = 'largefiles'
-
# -- Private worker functions ------------------------------------------
def getminsize(ui, assumelfiles, opt, default=10):
@@ -260,7 +259,6 @@
realfile = splitstandin(filename)
copytostore(repo, ctx.node(), realfile)
-
def copytostoreabsolute(repo, file, hash):
if inusercache(repo.ui, hash):
link(usercachepath(repo.ui, hash), storepath(repo, hash))
--- a/hgext/largefiles/overrides.py Fri Jun 24 09:08:16 2016 +0200
+++ b/hgext/largefiles/overrides.py Mon Jun 27 10:33:33 2016 +0200
@@ -546,7 +546,6 @@
return orig(repo, actions, branchmerge)
-
# Override filemerge to prompt the user about how they wish to merge
# largefiles. This will handle identical edits without prompting the user.
def overridefilemerge(origfn, premerge, repo, mynode, orig, fcd, fco, fca,