[PATCH RFC 04/14] task: remove extra parentheses in equality comparison

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Oleksandr Natalenko <oleksandr@xxxxxxxxxx>
---
 task.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/task.c b/task.c
index 5754159..261ca31 100644
--- a/task.c
+++ b/task.c
@@ -3384,7 +3384,7 @@ show_ps(ulong flag, struct psinfo *psi)
 				break;
 
 			case PS_BY_TASK:
-				if ((tc->task == psi->task[ac]))
+				if (tc->task == psi->task[ac])
 					print = TRUE;
 				break;
 
-- 
2.14.3

--
Crash-utility mailing list
Crash-utility@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/crash-utility



[Index of Archives]     [Fedora Development]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]

 

Powered by Linux