mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-10 08:03:30 +08:00
clang-format and clang-tidy fixes for a3d73339
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user