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_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",
     ],
 )