diff options
author | Ian Taylor <ian@lorf.org> | 2009-06-05 12:38:35 -0400 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2009-06-06 09:11:28 +1000 |
commit | 41ce18cc8ea239d1633fc6cd9e9f599957a82e74 (patch) | |
tree | 9d398b4e3e6d726a174b5b57094c7dd6749ccf0e /test/util/autoload.rb | |
parent | f3b40923605420f774dac298fb1708de180c0a81 (diff) | |
download | puppet-41ce18cc8ea239d1633fc6cd9e9f599957a82e74.tar.gz puppet-41ce18cc8ea239d1633fc6cd9e9f599957a82e74.tar.xz puppet-41ce18cc8ea239d1633fc6cd9e9f599957a82e74.zip |
Changed tabs to spaces without interfering with indentation or alignment
Diffstat (limited to 'test/util/autoload.rb')
-rwxr-xr-x | test/util/autoload.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/util/autoload.rb b/test/util/autoload.rb index 6aaf32995..ae7624b62 100755 --- a/test/util/autoload.rb +++ b/test/util/autoload.rb @@ -7,7 +7,7 @@ require 'puppet/util/autoload' require 'puppettest' class TestAutoload < Test::Unit::TestCase - include PuppetTest + include PuppetTest @things = [] def self.newthing(name) @things << name |