Formatting: trailing whitespace removed

This commit is contained in:
KanishkaHalder1771 2025-05-14 13:27:54 +05:30
commit bbe6ed8778

View file

@ -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