Skip to content

Commit 0e058a5

Browse files
committed
revert unnecessary file changes
1 parent 40fb9be commit 0e058a5

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,3 @@ fuzz/crash-*
9999

100100
cmake-build-*
101101
third-party/folly/
102-
103-
.clang-format
104-
.editorconfig
105-
*.vim

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1656,4 +1656,4 @@ endif()
16561656
option(WITH_BENCHMARK "build benchmark tests" OFF)
16571657
if(WITH_BENCHMARK)
16581658
add_subdirectory(${PROJECT_SOURCE_DIR}/microbench/)
1659-
endif()
1659+
endif()

cloud/aws/aws_s3.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ IOStatus S3StorageProvider::ExistsCloudObject(const std::string& bucket_name,
688688
IOStatus S3StorageProvider::GetCloudObjectSize(const std::string& bucket_name,
689689
const std::string& object_path,
690690
uint64_t* filesize) {
691-
HeadObjectResult result;
691+
HeadObjectResult result;
692692
result.size = filesize;
693693
return HeadObject(bucket_name, object_path, &result);
694694
}
@@ -1064,4 +1064,4 @@ Status CloudStorageProviderImpl::CreateS3Provider(
10641064
#endif /* USE_AWS */
10651065
}
10661066
} // namespace ROCKSDB_NAMESPACE
1067-
#endif // ROCKSDB_LITE
1067+
#endif // ROCKSDB_LITE

0 commit comments

Comments
 (0)