Cycles: Cleanup, space after (void)
It was used in like 95% of places.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user