diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-09-03 01:39:17 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-09-03 01:39:17 +0900 |
| commit | 7b5f8b07285eeb9900ef1a85cb2c764fbbd34461 (patch) | |
| tree | ecc65efc1077ec793787454933e86d6c2bec6f81 /include | |
| parent | c6aa87c837ed4bde6b293992adfe79fbababbfb3 (diff) | |
| download | mruby-7b5f8b07285eeb9900ef1a85cb2c764fbbd34461.tar.gz mruby-7b5f8b07285eeb9900ef1a85cb2c764fbbd34461.zip | |
remove trailing spaces from bc9c47d5
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/dump.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mruby/dump.h b/include/mruby/dump.h index 45774d872..4cee3c0ac 100644 --- a/include/mruby/dump.h +++ b/include/mruby/dump.h @@ -17,8 +17,8 @@ extern "C" { #define DUMP_DEBUG_INFO 1 #define DUMP_ENDIAN_BIG 2 #define DUMP_ENDIAN_LIL 4 -#define DUMP_ENDIAN_NAT 6 -#define DUMP_ENDIAN_MASK 6 +#define DUMP_ENDIAN_NAT 6 +#define DUMP_ENDIAN_MASK 6 int mrb_dump_irep(mrb_state *mrb, mrb_irep *irep, uint8_t flags, uint8_t **bin, size_t *bin_size); #ifdef ENABLE_STDIO |
