roll: pigweed pw_status: Share PW_TRY and PW_CO_TRY implementations

PW_CO_TRY_ASSIGN previously did not require a semicolon. Fix this and
reduce duplication between the macros.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/244515
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: ec72e3d0928f26dbf9dbf43a7ed0d6fafa6c7558

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 252b43cfb77504..ec72e3d0928f26
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8733078059763890225
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ifea05068dde5098655ccaeed093d34db5346e01f
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/244734
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 871868b..ee066a2 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,8 +49,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-25.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733081179799059361.
-    commit = "252b43cfb77504a362c6ed4e2e0406e145252840",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733078059763890225.
+    commit = "ec72e3d0928f26dbf9dbf43a7ed0d6fafa6c7558",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -58,8 +58,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-25.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733081179799059361.
-    commit = "252b43cfb77504a362c6ed4e2e0406e145252840",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733078059763890225.
+    commit = "ec72e3d0928f26dbf9dbf43a7ed0d6fafa6c7558",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )