refactor: remove trailing whitespace from C, Header, Ruby and YAML files

Lint
This commit is contained in:
John Bampton
2020-12-15 19:34:01 +10:00
parent e9fe337b95
commit 4fa3359d44
18 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -138,7 +138,7 @@ get_pool_block_size(mrb_state *mrb, const mrb_irep *irep)
#endif
break;
default: /* packed IREP_TT_STRING */
default: /* packed IREP_TT_STRING */
{
mrb_int len = irep->pool[pool_no].tt >> 2; /* unpack length */
mrb_assert_int_fit(mrb_int, len, size_t, SIZE_MAX);
@@ -961,7 +961,7 @@ dump_pool(mrb_state *mrb, const mrb_pool_value *p, FILE *fp)
}
mrb_bool mrb_sym_static_p(mrb_state *mrb, mrb_sym sym);
static int
dump_sym(mrb_state *mrb, mrb_sym sym, FILE *fp)
{