kdesudo: format and indent

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-08-31 19:38:07 +03:00
parent a2a57db88f
commit 4c2efb764e

View file

@ -65,10 +65,14 @@ KdeSudo::KdeSudo(const QString &icon, const QString &appname)
bool attach = args->isSet("attach"); bool attach = args->isSet("attach");
if (!args->isSet("c") && !args->count()) { if (!args->isSet("c") && !args->count()) {
KMessageBox::information(0, i18n("No command arguments supplied!\n" KMessageBox::information(
"Usage: kdesudo [-u <runas>] <command>\n" nullptr,
"KdeSudo will now exit...") i18n(
); "No command arguments supplied!\n"
"Usage: kdesudo [-u <runas>] <command>\n"
"KdeSudo will now exit..."
)
);
exit(0); exit(0);
} }