Skip to content

Commit a2bb4e4

Browse files
clang-format
Created using spr 1.3.7
1 parent c497eeb commit a2bb4e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/include/llvm/CAS/OnDiskKeyValueDB.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ class OnDiskKeyValueDB {
3535
Expected<std::optional<ArrayRef<char>>> get(ArrayRef<uint8_t> Key);
3636

3737
/// \returns Total size of stored data.
38-
size_t getStorageSize() const {
39-
return Cache.size();
40-
}
38+
size_t getStorageSize() const { return Cache.size(); }
4139

4240
/// \returns The precentage of space utilization of hard space limits.
4341
///

0 commit comments

Comments
 (0)