From cc7768c535beb9e37ec294521ae4a917c9e5abf9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 18 Aug 2012 20:06:50 -0700 Subject: [PATCH] Trivial whitespace changes --- lib/vagrant/machine.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/vagrant/machine.rb b/lib/vagrant/machine.rb index 0f8e8671c..2c489370c 100644 --- a/lib/vagrant/machine.rb +++ b/lib/vagrant/machine.rb @@ -47,15 +47,15 @@ module Vagrant # @param [Environment] env The environment that this machine is a # part of. def initialize(name, provider_cls, config, box, env) - @logger = Log4r::Logger.new("vagrant::machine") + @logger = Log4r::Logger.new("vagrant::machine") @logger.info("Initializing machine: #{name}") @logger.info(" - Provider: #{provider_cls}") @logger.info(" - Box: #{box}") - @name = name - @box = box - @config = config - @env = env + @name = name + @box = box + @config = config + @env = env # Read the ID, which is usually in local storage @id = nil