diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-03 04:28:58 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-03 04:28:58 -0800 |
| commit | 4354999fc628d248da85eaf7caf4e951cb421c92 (patch) | |
| tree | e9b051e73cc45f58a1ca2964e33228803752e497 /include | |
| parent | bc46c374b40354b1f1320d5bea75fd852d0ea9ed (diff) | |
| parent | 6cd7017ec11b0cbe40e8dbe462e5eda9ad7ce97c (diff) | |
| download | mruby-4354999fc628d248da85eaf7caf4e951cb421c92.tar.gz mruby-4354999fc628d248da85eaf7caf4e951cb421c92.zip | |
Merge pull request #933 from monaka/pr-remove-trailing-whitespaces-20130303
Remove trailing whitespaces. This is just a cosmetic change.
Diffstat (limited to 'include')
| -rw-r--r-- | include/mrbconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index c84480af7..b20db5d01 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -23,7 +23,7 @@ //#define MRB_ENDIAN_BIG /* argv max size in mrb_funcall */ -//#define MRB_FUNCALL_ARGC_MAX 16 +//#define MRB_FUNCALL_ARGC_MAX 16 /* number of object per heap page */ //#define MRB_HEAP_PAGE_SIZE 1024 |
