mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Fix indentation.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
f223210dcd
commit
4df5bbf9ef
@ -114,8 +114,7 @@ editcmd_dialog_completion_show (const WEdit * edit, GQueue * compl, int max_widt
|
||||
{
|
||||
GString *s = (GString *) i->data;
|
||||
|
||||
g_queue_push_tail (editcmd_dialog_completion_show__compl,
|
||||
mc_g_string_dup (s));
|
||||
g_queue_push_tail (editcmd_dialog_completion_show__compl, mc_g_string_dup (s));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user