clean up spacing near message.cc::new_thunk

PiperOrigin-RevId: 567329421
pull/14154/head
Hong Shin 1 year ago committed by Copybara-Service
parent ec0eabe801
commit a36deef052
  1. 2
      src/google/protobuf/compiler/rust/message.cc

@ -472,7 +472,7 @@ void GenerateThunksCc(Context<Descriptor> msg) {
//~ `$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);

Loading…
Cancel
Save