[DRE-commits] [gem2deb] 01/04: Fix indentation

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Feb 6 16:26:10 UTC 2015


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

terceiro pushed a commit to branch master
in repository gem2deb.

commit 55cf90e08bb28b5a53e0161c51c5df06d143f056
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Feb 6 14:00:56 2015 -0200

    Fix indentation
---
 lib/gem2deb/dh_make_ruby.rb | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/gem2deb/dh_make_ruby.rb b/lib/gem2deb/dh_make_ruby.rb
index fd839c1..4b31ed4 100644
--- a/lib/gem2deb/dh_make_ruby.rb
+++ b/lib/gem2deb/dh_make_ruby.rb
@@ -1,17 +1,17 @@
 # vim: ts=2 sw=2 expandtab
 # -*- coding: utf-8 -*-
 # Copyright © 2011, Lucas Nussbaum <lucas at debian.org>
-# 
+#
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
@@ -150,7 +150,7 @@ module Gem2Deb
         create_debian_boilerplates
       end
     end
-    
+
     def read_upstream_source_info
       read_metadata('.')
       initialize_binary_package
@@ -295,7 +295,7 @@ module Gem2Deb
         ['${shlibs:Depends}', '${misc:Depends}', 'ruby | ruby-interpreter' ]
       end
       def gem_dependencies
-	@gem_dependencies ||= []
+        @gem_dependencies ||= []
       end
     end
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gem2deb.git



More information about the Pkg-ruby-extras-commits mailing list