Trivial whitespace changes

This commit is contained in:
Mitchell Hashimoto 2012-08-18 20:06:50 -07:00
parent a7b298b647
commit cc7768c535
1 changed files with 5 additions and 5 deletions

View File

@ -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