comctl32: Remove extraneous parentheses (LLVM/Clang).
diff --git a/dlls/comctl32/syslink.c b/dlls/comctl32/syslink.c
index 9340fc6..573619e 100644
--- a/dlls/comctl32/syslink.c
+++ b/dlls/comctl32/syslink.c
@@ -529,7 +529,7 @@
 
     while(Current != NULL)
     {
-        if((Current->Type == slLink))
+        if(Current->Type == slLink)
         {
             if(Current->u.Link.state & LIS_FOCUSED)
             {