mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 06:13:36 -07:00
Formatting: trailing whitespace removed
This commit is contained in:
parent
f6fb956552
commit
bbe6ed8778
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ QString wrapText(const QString &text, const int initialIndentation = USAGE_TEXT_
|
||||||
QString makeUsage(const QString &prgName)
|
QString makeUsage(const QString &prgName)
|
||||||
{
|
{
|
||||||
const QString indentation {USAGE_INDENTATION, u' '};
|
const QString indentation {USAGE_INDENTATION, u' '};
|
||||||
|
|
||||||
#if defined(Q_OS_WIN)
|
#if defined(Q_OS_WIN)
|
||||||
const QString noSplashCommand = u"set QBT_NO_SPLASH=1 && " + prgName;
|
const QString noSplashCommand = u"set QBT_NO_SPLASH=1 && " + prgName;
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue