mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
clang-format and clang-tidy fixes for a3d73339
This commit is contained in:
parent
a3d7333993
commit
157401e411
@ -72,7 +72,7 @@ char get_char(const std::string &input, std::size_t pos) {
|
||||
return '\x00';
|
||||
}
|
||||
return static_cast<char>(
|
||||
extract_byte(input_size*8, padded_input_size - pos-1));
|
||||
extract_byte(input_size * 8, padded_input_size - pos - 1));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user