Code indentation

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Slava Zanko 2014-12-22 11:54:02 +03:00
parent e4f3aed41f
commit 3cc1c89c1c

View File

@ -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;