summaryrefslogtreecommitdiffstats
path: root/lib/facter/processor.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/processor.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/processor.rb')
-rw-r--r--lib/facter/processor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/facter/processor.rb b/lib/facter/processor.rb
index afc604e..154cced 100644
--- a/lib/facter/processor.rb
+++ b/lib/facter/processor.rb
@@ -46,7 +46,7 @@ if Facter.value(:kernel) == "AIX"
procs.each do |proc|
if proc =~ /^proc(\d+)/
processor_num = $1.to_i
- # Not retrieving the frequency since AIX 4.3.3 doesn't support the
+ # Not retrieving the frequency since AIX 4.3.3 doesn't support the
# attribute and some people still use the OS.
proctype = Facter::Util::Resolution.exec('lsattr -El proc0 -a type')
if proctype =~ /^type\s+(\S+)\s+/