Buildify all the build files

We are slowly upgrading them all.  Bite bullet and do the rest of them.

Change-Id: I15744cf1b0dc1954954e131b35228c98247c92fe
diff --git a/debian/glog.BUILD b/debian/glog.BUILD
index c2dc094..8de9b80 100644
--- a/debian/glog.BUILD
+++ b/debian/glog.BUILD
@@ -1,10 +1,10 @@
 py_library(
-  name = 'glog',
-  srcs = [
-    'glog.py',
-  ],
-  deps = [
-    '//external:python-gflags',
-  ],
-  visibility = ['//visibility:public'],
+    name = "glog",
+    srcs = [
+        "glog.py",
+    ],
+    visibility = ["//visibility:public"],
+    deps = [
+        "//external:python-gflags",
+    ],
 )