mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
Code indentation
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
e4f3aed41f
commit
3cc1c89c1c
@ -114,7 +114,7 @@ clipboard_file_from_ext_clip (const gchar * event_group_name, const gchar * even
|
||||
|
||||
p = mc_popen (clipboard_paste_path, NULL);
|
||||
if (p == NULL)
|
||||
return TRUE; /* don't show error message */
|
||||
return TRUE; /* don't show error message */
|
||||
|
||||
p->out.null_term = FALSE;
|
||||
p->err.null_term = TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user