From 0babaf094d8e252d20befbc0604263beb7717ad6 Mon Sep 17 00:00:00 2001 From: Christian Blichmann Date: Tue, 19 Mar 2019 10:57:58 -0700 Subject: [PATCH] Improve internal<->external code transforms #3 Note: These commits only change very minor formatting issues in the GitHub version. There is more than meets the eye, though. These changes help to be able to accept pull requests. PiperOrigin-RevId: 239225828 Change-Id: Ib31bf114e7cc4ccda49f7dcc4e9e24eebc735065 --- sandboxed_api/sandbox2/BUILD.bazel | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sandboxed_api/sandbox2/BUILD.bazel b/sandboxed_api/sandbox2/BUILD.bazel index 292d0b7..945b06b 100644 --- a/sandboxed_api/sandbox2/BUILD.bazel +++ b/sandboxed_api/sandbox2/BUILD.bazel @@ -26,9 +26,7 @@ cc_library( name = "bpfdisassembler", srcs = ["bpfdisassembler.cc"], hdrs = ["bpfdisassembler.h"], - deps = [ - "@com_google_absl//absl/strings", - ], + deps = ["@com_google_absl//absl/strings"], ) cc_library( @@ -52,9 +50,7 @@ cc_library( "syscall_defs.cc", "syscall_defs.h", ], - hdrs = [ - "syscall.h", - ], + hdrs = ["syscall.h"], visibility = ["//visibility:public"], deps = [ ":util",