Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal committed Oct 27, 2020
1 parent f3495ac commit c784469
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions toolsrc/src/vcpkg/base/files.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ namespace
{
struct IsSlash
{
bool operator()(const wchar_t c) const noexcept
{
return c == L'/' || c == L'\\';
}
bool operator()(const wchar_t c) const noexcept { return c == L'/' || c == L'\\'; }
};

constexpr IsSlash is_slash;
Expand Down

0 comments on commit c784469

Please sign in to comment.