Skip to content

Commit

Permalink
Replacing tabs with spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmreding committed Oct 15, 2024
1 parent 4591433 commit 4071ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lv_message.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ namespace grpc_labview
virtual const char *ParseBytes(unsigned int tag, const MessageElementMetadata& fieldInfo, uint32_t index, const char *ptr, google::protobuf::internal::ParseContext *ctx);
virtual const char *ParseNestedMessage(google::protobuf::uint32 tag, const MessageElementMetadata& fieldInfo, uint32_t index, const char *ptr, google::protobuf::internal::ParseContext *ctx);
bool ExpectTag(google::protobuf::uint32 tag, const char* ptr);
int CalculateTagWireSize(google::protobuf::uint32 tag);
int CalculateTagWireSize(google::protobuf::uint32 tag);
};
}

0 comments on commit 4071ef7

Please sign in to comment.