From 91e25b9cc12fcb5e8d684b6258aec20735b992e1 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Fri, 2 Jan 2009 15:08:26 -0600 Subject: Fixing indentation everywhere Signed-off-by: Luke Kanies --- lib/facter/processor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/facter/processor.rb') 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+/ -- cgit