mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
Improve coding style
This commit is contained in:
@@ -32,7 +32,8 @@ namespace BitTorrent
|
||||
{
|
||||
bool isValidDownloadPriority(const DownloadPriority priority)
|
||||
{
|
||||
switch (priority) {
|
||||
switch (priority)
|
||||
{
|
||||
case DownloadPriority::Ignored:
|
||||
case DownloadPriority::Normal:
|
||||
case DownloadPriority::High:
|
||||
|
||||
Reference in New Issue
Block a user