diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2013-09-26 14:05:50 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2013-09-26 14:05:50 -0700 |
commit | 5f8455fe0668c9aa868fada6dd37090d9d483917 (patch) | |
tree | 9d8b3ce4e8d662e973ab5a03223d8db33b7b7c35 /spec/data/recipes | |
parent | 75898baebda1854f08390ef198e9a97908374582 (diff) | |
download | chef-5f8455fe0668c9aa868fada6dd37090d9d483917.tar.gz |
revert whitespace for all spec/data fixtures
- some of these have deliberate whitespace/line-ending differences
- without going through them one by one its safer to revert the lot of
them
Diffstat (limited to 'spec/data/recipes')
-rw-r--r-- | spec/data/recipes/test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/data/recipes/test.rb b/spec/data/recipes/test.rb index 89ae003ab5..c33d714a2c 100644 --- a/spec/data/recipes/test.rb +++ b/spec/data/recipes/test.rb @@ -1,7 +1,7 @@ -file "/etc/nsswitch.conf" do +file "/etc/nsswitch.conf" do action :create owner "root" - group "root" + group "root" mode 0644 end |