diff options
author | rbuj <[email protected]> | 2020-08-04 10:57:18 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-08-04 12:54:17 +0200 |
commit | f0c9a98c564b02699a92841e371b817acd920ae3 (patch) | |
tree | 565ab83901d7ec79cffc13178524f34ad6591375 /src | |
parent | 60bf21127cc70069b52ad0635733ccbe151ba033 (diff) | |
download | mate-system-monitor-f0c9a98c564b02699a92841e371b817acd920ae3.tar.bz2 mate-system-monitor-f0c9a98c564b02699a92841e371b817acd920ae3.tar.xz |
procdialogs: Remove trailing spaces
find . \( -name '*.h' -o -name '*.cpp' \) -exec sed -i 's/[[:space:]]*$//' {} \;
Diffstat (limited to 'src')
-rw-r--r-- | src/procdialogs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/procdialogs.cpp b/src/procdialogs.cpp index ec06916..3315510 100644 --- a/src/procdialogs.cpp +++ b/src/procdialogs.cpp @@ -93,7 +93,7 @@ procdialog_create_kill_dialog (ProcData *procdata, int signal) /*xgettext: primary alert message for ending multiple processes*/ primary = g_strdup_printf (_("Are you sure you want to end the %d selected processes?"), selected_count); - + } } |