summaryrefslogtreecommitdiffstats
path: root/lib/facter.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2009-01-02 15:08:26 -0600
committerLuke Kanies <luke@madstop.com>2009-01-15 11:42:17 -0600
commit91e25b9cc12fcb5e8d684b6258aec20735b992e1 (patch)
treefb2617415ba9a4eb252f334bdb387d71b0266389 /lib/facter.rb
parent074eda99ffd186a667ec3f50fbb6d4e267f585cb (diff)
downloadfacter-91e25b9cc12fcb5e8d684b6258aec20735b992e1.tar.gz
facter-91e25b9cc12fcb5e8d684b6258aec20735b992e1.tar.xz
facter-91e25b9cc12fcb5e8d684b6258aec20735b992e1.zip
Fixing indentation everywhere
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'lib/facter.rb')
-rw-r--r--lib/facter.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/facter.rb b/lib/facter.rb
index 46a9717..e764255 100644
--- a/lib/facter.rb
+++ b/lib/facter.rb
@@ -1,20 +1,20 @@
#--
# Copyright 2006 Luke Kanies <luke@madstop.com>
-#
+#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
-#
+#
# This library 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
# Lesser General Public License for more details.
-#
+#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-#
+#
#--
module Facter
@@ -153,7 +153,7 @@ module Facter
case bit
when TrueClass: @@debug = 1
when FalseClass: @@debug = 0
- when Fixnum:
+ when Fixnum:
if bit > 0
@@debug = 1
else