mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kdesudo: format and indent
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
a2a57db88f
commit
4c2efb764e
1 changed files with 8 additions and 4 deletions
|
@ -65,9 +65,13 @@ KdeSudo::KdeSudo(const QString &icon, const QString &appname)
|
|||
bool attach = args->isSet("attach");
|
||||
|
||||
if (!args->isSet("c") && !args->count()) {
|
||||
KMessageBox::information(0, i18n("No command arguments supplied!\n"
|
||||
KMessageBox::information(
|
||||
nullptr,
|
||||
i18n(
|
||||
"No command arguments supplied!\n"
|
||||
"Usage: kdesudo [-u <runas>] <command>\n"
|
||||
"KdeSudo will now exit...")
|
||||
"KdeSudo will now exit..."
|
||||
)
|
||||
);
|
||||
exit(0);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue