ui: Indent

This commit is contained in:
Alastair Poole 2020-05-13 11:54:22 +01:00
parent d30434c78a
commit 48afb3f04b
1 changed files with 1 additions and 1 deletions

View File

@ -755,7 +755,7 @@ _process_list_feedback_cb(void *data, Ecore_Thread *thread EINA_UNUSED, void *ms
EINA_LIST_FOREACH_SAFE(list, l, l_next, proc)
{
if ((ui->search_text && ui->search_text[0] &&
if ((ui->search_text && ui->search_text[0] &&
strncasecmp(proc->command, ui->search_text, strlen(ui->search_text))) ||
(!ui->show_self && proc->pid == ui->program_pid))
{