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/f2c.BUILD b/debian/f2c.BUILD
index 00adb76..6c51026 100644
--- a/debian/f2c.BUILD
+++ b/debian/f2c.BUILD
@@ -1,5 +1,5 @@
 filegroup(
-  name = 'f2c',
-  visibility = ['//visibility:public'],
-  srcs = ['usr/bin/f2c'],
+    name = "f2c",
+    srcs = ["usr/bin/f2c"],
+    visibility = ["//visibility:public"],
 )