mirror of
https://github.com/transmission/transmission.git
synced 2025-12-19 18:08:31 +00:00
Add some missing characters and remove extra whitespaces (#3541)
This commit is contained in:
committed by
GitHub
parent
9c7fcf85cf
commit
718480bc8b
@@ -355,7 +355,7 @@ namespace
|
||||
|
||||
static auto constexpr ReservedPrefixes = std::array<std::string_view, 22>{
|
||||
"AUX."sv, "CON."sv, "NUL."sv, "PRN."sv, //
|
||||
"COM1."sv, "COM2"sv, "COM3."sv, "COM4."sv, "COM5."sv, "COM6."sv, "COM7."sv, "COM8."sv, "COM9."sv, //
|
||||
"COM1."sv, "COM2."sv, "COM3."sv, "COM4."sv, "COM5."sv, "COM6."sv, "COM7."sv, "COM8."sv, "COM9."sv, //
|
||||
"LPT1."sv, "LPT2."sv, "LPT3."sv, "LPT4."sv, "LPT5."sv, "LPT6."sv, "LPT7."sv, "LPT8."sv, "LPT9."sv, //
|
||||
};
|
||||
return std::any_of(
|
||||
|
||||
@@ -206,9 +206,9 @@ Last but certainly not least, a big **Thank You** to the people who contributed
|
||||
- Performance improvements to bitfield.cc ([#2933](https://github.com/transmission/transmission/pull/2933), [#2950](https://github.com/transmission/transmission/pull/2950))
|
||||
- [Ivella](https://github.com/lvella) (Lucas Clemente Vella):
|
||||
- Implement latest version of BEP-7 for HTTP requests ([#1661](https://github.com/transmission/transmission/pull/1661))
|
||||
- [ile6695](https://github.com/ile6695) (Ilkka):
|
||||
- [ile6695](https://github.com/ile6695) (Ilkka Kallioniemi):
|
||||
- Add more decimals for low wratios ([#2508](https://github.com/transmission/transmission/pull/2508))
|
||||
- Add regression tests for tr_strlcpy
|
||||
- Add regression tests for tr_strlcpy ([#2679](https://github.com/transmission/transmission/pull/2679))
|
||||
- [johman10](https://github.com/johman10) (Johan):
|
||||
- Add total disk space to free-space RPC request ([#1682](https://github.com/transmission/transmission/pull/1682))
|
||||
- [JP-Ellis](https://github.com/JP-Ellis) (JP Ellis):
|
||||
|
||||
Reference in New Issue
Block a user