libs/libc/string: remove redundant parenthesis
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
6a28807cb2
commit
8d565fc0e3
@ -39,5 +39,5 @@ int timingsafe_bcmp(FAR const void *b1, FAR const void *b2, size_t n)
|
||||
ret |= *p1++ ^ *p2++;
|
||||
}
|
||||
|
||||
return (ret != 0);
|
||||
return ret != 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user