Cycles: Cleanup, space after (void)

It was used in like 95% of places.
This commit is contained in:
Sergey Sharybin
2018-11-09 12:08:51 +01:00
parent 2330cadb0f
commit 203de0bbf0
24 changed files with 46 additions and 46 deletions

View File

@@ -53,7 +53,7 @@ public:
T *allocate(size_t n, const void *hint = 0)
{
(void)hint;
(void) hint;
if(n == 0) {
return NULL;
}