mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
tests: Format with clang-tidy (see #3632)
This commit is contained in:
@@ -9,8 +9,7 @@
|
||||
#include <limits>
|
||||
#include <string>
|
||||
|
||||
namespace client {
|
||||
namespace file_util {
|
||||
namespace client::file_util {
|
||||
|
||||
// Platform-specific path separator.
|
||||
extern const char kPathSep;
|
||||
@@ -39,7 +38,6 @@ std::string JoinPath(const std::string& path1, const std::string& path2);
|
||||
// Extracts the file extension from |path|.
|
||||
std::string GetFileExtension(const std::string& path);
|
||||
|
||||
} // namespace file_util
|
||||
} // namespace client
|
||||
} // namespace client::file_util
|
||||
|
||||
#endif // CEF_TESTS_SHARED_BROWSER_FILE_UTIL_H_
|
||||
|
Reference in New Issue
Block a user