Merge "Fix gofmt problems and add gofmt to preupload checks"
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg
new file mode 100644
index 0000000..928ca03
--- /dev/null
+++ b/PREUPLOAD.cfg
@@ -0,0 +1,2 @@
+[Builtin Hooks]
+gofmt = true
diff --git a/cc/sanitize.go b/cc/sanitize.go
index 2676373..ff0d772 100644
--- a/cc/sanitize.go
+++ b/cc/sanitize.go
@@ -25,9 +25,9 @@
)
const (
- asanCflags = "-fno-omit-frame-pointer"
+ asanCflags = "-fno-omit-frame-pointer"
asanLdflags = "-Wl,-u,__asan_preinit"
- asanLibs = "libasan"
+ asanLibs = "libasan"
)
type sanitizerType int