fix(vm): fix indent

This commit is contained in:
Julien Fontanet 2016-05-24 14:38:11 +02:00
parent fc6cc4234d
commit b2611728a1

View File

@ -418,7 +418,7 @@ set = $coroutine (params) ->
yield xapi.call 'VM.set_memory_static_max', ref, "#{memoryMax}"
if 'memoryStaticMax' of params
memoryStaticMax = parseSize(params.memoryStaticMax)
yield xapi.call 'VM.set_memory_static_max', memoryMax
yield xapi.call 'VM.set_memory_static_max', memoryMax
# Memory.