[thin] Fix indent and trailing whitespaces

This commit is contained in:
Ming-Hung Tsai
2020-07-14 14:52:02 +08:00
parent b693c7d6b0
commit ecb5226acc
4 changed files with 21 additions and 21 deletions

View File

@@ -124,7 +124,7 @@ metadata::metadata(block_manager::ptr bm,
throw runtime_error("no current metadata snap");
if (metadata_snap && *metadata_snap != actual_sb.metadata_snap_)
throw runtime_error("metadata snapshot does not match that in superblock");
throw runtime_error("metadata snapshot does not match that in superblock");
sb_ = read_superblock(bm, actual_sb.metadata_snap_);