Fix formatting

gofmt -w .

Change-Id: If9cf0b7bd810f899edffcd2edf361fa83245bd2a
This commit is contained in:
Colin Cross 2015-04-20 16:41:55 -07:00
parent efe578a605
commit 63d5d4d9e4
5 changed files with 7 additions and 7 deletions

View file

@ -21,8 +21,8 @@ import (
"io/ioutil"
"os"
"path/filepath"
"runtime/pprof"
"runtime"
"runtime/pprof"
"github.com/google/blueprint"
"github.com/google/blueprint/deptools"