Run buildifier on several BUILD files

Change-Id: I5eb6bf833c968b366db2e250843ac5664766490d
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/48861
Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Reviewed-by: Keir Mierle <keir@google.com>
diff --git a/pw_log/BUILD b/pw_log/BUILD
index 9d58517..8157c9e 100644
--- a/pw_log/BUILD
+++ b/pw_log/BUILD
@@ -90,8 +90,8 @@
     deps = [
         ":facade",
         ":proto_utils",
-        "//pw_protobuf",
         "//pw_preprocessor",
+        "//pw_protobuf",
         "//pw_unit_test",
     ],
 )
diff --git a/pw_multisink/BUILD b/pw_multisink/BUILD
index a27edf1..1a33643 100644
--- a/pw_multisink/BUILD
+++ b/pw_multisink/BUILD
@@ -36,11 +36,11 @@
         "//pw_assert",
         "//pw_bytes",
         "//pw_containers",
+        "//pw_result",
+        "//pw_ring_buffer",
         "//pw_sync:interrupt_spin_lock",
         "//pw_sync:lock_annotations",
         "//pw_sync:mutex",
-        "//pw_result",
-        "//pw_ring_buffer",
         "//pw_varint",
     ],
 )
diff --git a/pw_sync/BUILD b/pw_sync/BUILD
index 9b9f683..a575299 100644
--- a/pw_sync/BUILD
+++ b/pw_sync/BUILD
@@ -281,18 +281,18 @@
         "public",
         "public_overrides",
     ],
+    target_compatible_with = select(TARGET_COMPATIBLE_WITH_HOST_SELECT),
     deps = [
         ":binary_semaphore_headers",
     ],
-    target_compatible_with = select(TARGET_COMPATIBLE_WITH_HOST_SELECT),
 )
 
 pw_cc_library(
     name = "binary_semaphore_thread_notification_backend",
     target_compatible_with = select(TARGET_COMPATIBLE_WITH_HOST_SELECT),
     deps = [
-        ":binary_semaphore_thread_notification_headers",
         ":binary_semaphore_facade",
+        ":binary_semaphore_thread_notification_headers",
         ":thread_notification_facade",
     ],
 )