Skip to content

Commit d47c514

Browse files
committed
revert unnecessary file changes
1 parent 6dac23b commit d47c514

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1651,4 +1651,4 @@ endif()
16511651
option(WITH_BENCHMARK "build benchmark tests" OFF)
16521652
if(WITH_BENCHMARK)
16531653
add_subdirectory(${PROJECT_SOURCE_DIR}/microbench/)
1654-
endif()
1654+
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)