builder/vmware: style

This commit is contained in:
Mitchell Hashimoto 2014-09-05 12:01:07 -07:00
parent 759c46487c
commit b72605c2f6
1 changed files with 4 additions and 3 deletions

View File

@ -2,9 +2,6 @@ package common
import ( import (
"fmt" "fmt"
"github.com/mitchellh/go-vnc"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer"
"log" "log"
"net" "net"
"runtime" "runtime"
@ -12,6 +9,10 @@ import (
"time" "time"
"unicode" "unicode"
"unicode/utf8" "unicode/utf8"
"github.com/mitchellh/go-vnc"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer"
) )
const KeyLeftShift uint32 = 0xFFE1 const KeyLeftShift uint32 = 0xFFE1