Skip to content

Commit d0eae7a

Browse files
Update src/cpp/utils/StringMatching.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Emilio Cuesta Fernandez <emiliocuesta@eprosima.com>
1 parent 4ee9cd6 commit d0eae7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cpp/utils/StringMatching.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ bool StringMatching::matchString(
118118
return do_match_pattern(str1, str2) || do_match_pattern(str2, str1);
119119
}
120120

121-
} /* namespace rtps */
122-
} /* namespace fastrtps */
123-
} /* namespace eprosima */
121+
} // namespace rtps
122+
} // namespace fastrtps
123+
} // namespace eprosima

0 commit comments

Comments
 (0)