[SCM] ci-tooling packaging branch, master, updated. 061cabe9325b47cfecc73da996b16d73530c975a

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon Dec 7 13:31:37 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=50dd01f

The following commit has been merged in the master branch:
commit 50dd01f3cd300660d2c1f8a857125bcb143778ef
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Dec 7 14:23:00 2015 +0100

    style++
---
 lib/lint/symbols.rb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/lint/symbols.rb b/lib/lint/symbols.rb
index bd0e7fb..e649ffa 100644
--- a/lib/lint/symbols.rb
+++ b/lib/lint/symbols.rb
@@ -32,7 +32,9 @@ module Lint
     end
 
     def int?(char)
-      !Integer(char).nil? rescue false
+      !Integer(char).nil?
+    rescue
+      false
     end
   end
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list