[Apt-listbugs-commits] [apt-listbugs] 01/01: drop useless trailing spaces

Francesco Poli frx-guest at moszumanska.debian.org
Sun Apr 6 14:20:29 UTC 2014


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

frx-guest pushed a commit to branch master
in repository apt-listbugs.

commit 3ea093225facf3c49aab435b161171a10fc56d07
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Sun Apr 6 16:18:52 2014 +0200

    drop useless trailing spaces
---
 debian/changelog           | 2 +-
 examples/send-hook-info.rb | 2 +-
 lib/apt-listbugs/logic.rb  | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index badd3de..97acebe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,7 +20,7 @@ apt-listbugs (0.1.13) unstable; urgency=medium
     how to proceed: an answer containing the letter "h" or "p" is no longer
     misinterpreted as an "h" or "p" answer
   * refreshed the .pot file for internationalization
-     - switched to rxgettext for the .pot file generation 
+     - switched to rxgettext for the .pot file generation
   * enhanced reading of ignore_bugs files: each line is considered a comment,
     if its first nonwhitespace character is '#'; otherwise, the first word
     is considered a package name or bug number to be ignored.
diff --git a/examples/send-hook-info.rb b/examples/send-hook-info.rb
index 57b66c3..51b4de0 100755
--- a/examples/send-hook-info.rb
+++ b/examples/send-hook-info.rb
@@ -63,7 +63,7 @@ else
       write_fd.puts "#{line}"
     }
   rescue Errno::EACCES
-    $stderr.print "Cannot read from file \"#{file}\"\n" 
+    $stderr.print "Cannot read from file \"#{file}\"\n"
     exit 3
   end
   write_fd.close
diff --git a/lib/apt-listbugs/logic.rb b/lib/apt-listbugs/logic.rb
index e74a49c..9cdf2b0 100644
--- a/lib/apt-listbugs/logic.rb
+++ b/lib/apt-listbugs/logic.rb
@@ -840,7 +840,7 @@ module Factory
         retrycount -= 1
         if config.frontend.yes_or_no?(_("Retry downloading bug information?")) && retrycount > 0
           config.parsestep = 1 if config.parsestep != 1 && config.frontend.yes_or_no?(_("One bug report at a time?"))
-          retry 
+          retry
         end
         raise _("Exiting with error") if ! config.frontend.yes_or_no?(_("Continue the installation anyway?"), false)
         bugs = []
@@ -851,7 +851,7 @@ module Factory
         retrycount -= 1
         if config.frontend.yes_or_no?(_("Retry downloading bug information?")) && retrycount > 0
           config.parsestep = 1 if config.parsestep != 1 && config.frontend.yes_or_no?(_("One bug report at a time?"))
-          retry 
+          retry
         end
         raise _("Exiting with error") if ! config.frontend.yes_or_no?(_("Continue the installation anyway?"), false)
         bugs = []
@@ -868,7 +868,7 @@ module Factory
         retrycount -= 1
         if config.frontend.yes_or_no?(_("Retry downloading bug information?")) && retrycount > 0
           config.parsestep = 1 if config.parsestep != 1 && config.frontend.yes_or_no?(_("One bug report at a time?"))
-          retry 
+          retry
         end
         raise _("Exiting with error") if ! config.frontend.yes_or_no?(_("Continue the installation anyway?"), false)
         bugs = []

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/apt-listbugs/apt-listbugs.git



More information about the Apt-listbugs-commits mailing list