mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix indent
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ mrb_pool_realloc(mrb_pool *pool, void *p, size_t oldlen, size_t newlen)
|
||||
}
|
||||
np = mrb_pool_alloc(pool, newlen);
|
||||
if (np == NULL) {
|
||||
return NULL;
|
||||
return NULL;
|
||||
}
|
||||
memcpy(np, p, oldlen);
|
||||
return np;
|
||||
|
||||
Reference in New Issue
Block a user