largefiles: remove additional blank lines
authorliscju <piotr.listkiewicz@gmail.com>
Mon, 27 Jun 2016 10:33:33 +0200
changeset 29420 e5c91dc909f7
parent 29419 01c0324acfec
child 29421 ecbbf4d56ee8
largefiles: remove additional blank lines It does not conform to the coding style.
hgext/largefiles/lfutil.py
hgext/largefiles/overrides.py
--- 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,