diff --git a/src/S3FileSystem.cc b/src/S3FileSystem.cc index 5a6be95..620a80e 100644 --- a/src/S3FileSystem.cc +++ b/src/S3FileSystem.cc @@ -297,9 +297,8 @@ int S3FileSystem::Create(const char *tid, const char *path, mode_t mode, return 0; } -int S3FileSystem::parsePath(const char *fullPath, - std::string &exposedPath, std::string &object) const -{ +int S3FileSystem::parsePath(const char *fullPath, std::string &exposedPath, + std::string &object) const { // // Check the path for validity. //