[Pkg-privacy-commits] [tails-installer] 04/35: whitespace fixes

anonym anonym-tails-guest at moszumanska.debian.org
Thu Jan 12 15:14:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

anonym-tails-guest pushed a commit to annotated tag 3.12.0
in repository tails-installer.

commit 234e4a34f4c9f8ebcc071677867d76a0e208d2c9
Author: Luke Macken <lmacken at redhat.com>
Date:   Fri Mar 1 08:44:31 2013 -0500

    whitespace fixes
---
 liveusb/creator.py | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/liveusb/creator.py b/liveusb/creator.py
index fcbf302..6dae7b0 100755
--- a/liveusb/creator.py
+++ b/liveusb/creator.py
@@ -118,7 +118,7 @@ class LiveUSBCreator(object):
 
         Platform-specific classes inheriting from the LiveUSBCreator are
         expected to implement this method to install the bootloader to the
-        specified device using syslinux.  This specific implemention is 
+        specified device using syslinux.  This specific implemention is
         platform independent and performs sanity checking along with adding
         OLPC support.
         """
@@ -251,7 +251,7 @@ class LiveUSBCreator(object):
         self.log.debug('overlaysize = %d' % overlaysize)
         self.totalsize = overlaysize + self.isosize
         if self.totalsize > freebytes:
-            raise LiveUSBError(_("Not enough free space on device." + 
+            raise LiveUSBError(_("Not enough free space on device." +
                                  "\n%dMB ISO + %dMB overlay > %dMB free space" %
                                  (self.isosize/1024**2, self.overlay,
                                   freebytes/1024**2)))
@@ -303,7 +303,7 @@ class LiveUSBCreator(object):
 
         for (infile, outfile) in updates:
             if os.path.exists(infile):
-                self._update_configs(infile,outfile)
+                self._update_configs(infile, outfile)
         # only copy/overwrite files we had originally started with
         for (infile, outfile) in copies:
             if os.path.exists(outfile):
@@ -341,7 +341,7 @@ class LiveUSBCreator(object):
         out.write(self.output.getvalue())
         out.close()
         return filename
-        
+
 
     def existing_liveos(self):
         return os.path.exists(self.get_liveos())
@@ -738,7 +738,7 @@ class LinuxLiveUSBCreator(LiveUSBCreator):
     def verify_iso_md5(self):
         """ Verify the ISO md5sum.
 
-        At the moment this is Linux specific, until we port checkisomd5 
+        At the moment this is Linux specific, until we port checkisomd5
         to Windows.
         """
         self.log.info(_('Verifying ISO MD5 checksum'))
@@ -1008,7 +1008,7 @@ class WindowsLiveUSBCreator(LiveUSBCreator):
         if delta.seconds:
             self.mb_per_sec = (self.isosize / delta.seconds) / 1024**2
             if self.mb_per_sec:
-                self.log.info(_("Wrote to device at") + " %d MB/sec" % 
+                self.log.info(_("Wrote to device at") + " %d MB/sec" %
                               self.mb_per_sec)
 
     def install_bootloader(self):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git



More information about the Pkg-privacy-commits mailing list