summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hain <shain@chef.io>2017-12-11 17:38:01 -0800
committerScott Hain <shain@chef.io>2017-12-11 17:38:13 -0800
commit3e8a0d3ae9fce082eb482bc042c30e3f3a0a31dd (patch)
treeb0e694aae0cacb33a47ed0722fc763eb674b9ce5
parent83830945c0d3a3cac9e21b059deab632d092aebf (diff)
downloadchef-3e8a0d3ae9fce082eb482bc042c30e3f3a0a31dd.tar.gz
Fix whitespace
Signed-off-by: Scott Hain <shain@chef.io>
-rw-r--r--lib/chef/provider/ifconfig.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/ifconfig.rb b/lib/chef/provider/ifconfig.rb
index 1dc500a036..dc1d0c3e09 100644
--- a/lib/chef/provider/ifconfig.rb
+++ b/lib/chef/provider/ifconfig.rb
@@ -84,7 +84,7 @@ class Chef
# TX packets:41723949 errors:0 dropped:0 overruns:0 carrier:0
# collisions:0 txqueuelen:1000
# RX bytes:42664658792 (39.7 GiB) TX bytes:52722603938 (49.1 GiB)
- # Interrupt:30
+ # Interrupt:30
@status = shell_out("ifconfig")
@status.stdout.each_line do |line|
if !line[0..9].strip.empty?