Skip to content

Commit

Permalink
[gardening] Fix multi-line comment gcc warning.
Browse files Browse the repository at this point in the history
Fixes #59811
TEST=ci

Change-Id: I12e8b97189b5d4621812030f6360cbb56b61f27f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/402441
Commit-Queue: Alexander Aprelev <[email protected]>
Reviewed-by: Brian Quinlan <[email protected]>
  • Loading branch information
aam authored and Commit Queue committed Dec 26, 2024
1 parent 3b7716a commit ba9f351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/bin/socket_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class SocketAddress {
char as_string_[kMaxUnixPathLength];
#else
char as_string_[INET6_ADDRSTRLEN];
#endif // defined(DART_HOST_OS_LINUX) || defined(DART_HOST_OS_MACOS) || \
#endif // defined(DART_HOST_OS_LINUX) || defined(DART_HOST_OS_MACOS) ||
// defined(DART_HOST_OS_ANDROID)
RawAddr addr_;

Expand Down

0 comments on commit ba9f351

Please sign in to comment.