diff options
| author | John Bampton <[email protected]> | 2020-12-15 19:34:01 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2020-12-15 19:44:02 +1000 |
| commit | 4fa3359d44471cf301fe6755dd281a87304d5d01 (patch) | |
| tree | 5161a88ea84758ea3dca9b5271745207964015e0 /src/numeric.c | |
| parent | e9fe337b952731226449027a4c34471af27b23e6 (diff) | |
| download | mruby-4fa3359d44471cf301fe6755dd281a87304d5d01.tar.gz mruby-4fa3359d44471cf301fe6755dd281a87304d5d01.zip | |
refactor: remove trailing whitespace from C, Header, Ruby and YAML files
Lint
Diffstat (limited to 'src/numeric.c')
| -rw-r--r-- | src/numeric.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/numeric.c b/src/numeric.c index ab39bd463..2eb5e0ff1 100644 --- a/src/numeric.c +++ b/src/numeric.c @@ -75,7 +75,7 @@ int_pow(mrb_state *mrb, mrb_value x) #ifndef MRB_NO_FLOAT mrb_value y = mrb_get_arg1(mrb); mrb_float z; - + if (!mrb_integer_p(y)) { mrb_get_args(mrb, "f", &z); z = pow((mrb_float)base, z); |
