mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
refactor: use readability-identifier-naming in clang-tidy (#3784)
This commit is contained in:
@@ -312,7 +312,7 @@ extern size_t tr_mem_K;
|
||||
extern uint64_t tr_size_K; /* unused? */
|
||||
|
||||
/* format a speed from KBps into a user-readable string. */
|
||||
[[nodiscard]] std::string tr_formatter_speed_KBps(double KBps);
|
||||
[[nodiscard]] std::string tr_formatter_speed_KBps(double kilo_per_second);
|
||||
|
||||
/* format a memory size from bytes into a user-readable string. */
|
||||
[[nodiscard]] std::string tr_formatter_mem_B(size_t bytes);
|
||||
|
||||
Reference in New Issue
Block a user