clean up spacing near message.cc::new_thunk

PiperOrigin-RevId: 567329421
diff --git a/src/google/protobuf/compiler/rust/message.cc b/src/google/protobuf/compiler/rust/message.cc
index 2103b67..5b4a2fd 100644
--- a/src/google/protobuf/compiler/rust/message.cc
+++ b/src/google/protobuf/compiler/rust/message.cc
@@ -472,7 +472,7 @@
         //~ `$abi${`). Disabling clang-format for the block.
         // clang-format off
         extern $abi$ {
-        void* $new_thunk$(){return new $QualifiedMsg$(); }
+        void* $new_thunk$() { return new $QualifiedMsg$(); }
         void $delete_thunk$(void* ptr) { delete static_cast<$QualifiedMsg$*>(ptr); }
         google::protobuf::rust_internal::SerializedData $serialize_thunk$($QualifiedMsg$* msg) {
           return google::protobuf::rust_internal::SerializeMsg(msg);