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

@@ -252,8 +252,8 @@ void PackedPatchTable::pack(Far::PatchTable* patch_table, int offset)
build_patch_map(*this, patch_table, offset);
#else
(void)patch_table;
(void)offset;
(void) patch_table;
(void) offset;
#endif
}