refactor: use readability-identifier-naming in clang-tidy (#3784)

This commit is contained in:
Charles Kerr
2022-09-07 11:04:28 -05:00
committed by GitHub
parent 32a4709b1a
commit 1782dc6d7a
41 changed files with 1064 additions and 1060 deletions
+1 -1
View File
@@ -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);