mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
rm whitespace
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
** variable.h - mruby variables
|
||||
**
|
||||
**
|
||||
** See Copyright Notice in mruby.h
|
||||
*/
|
||||
|
||||
@@ -44,4 +44,4 @@ mrb_value mrb_f_global_variables(mrb_state *mrb, mrb_value self);
|
||||
mrb_value mrb_gv_get(mrb_state *mrb, mrb_sym sym);
|
||||
void mrb_gv_set(mrb_state *mrb, mrb_sym sym, mrb_value val);
|
||||
|
||||
#endif /* MRUBY_VARIABLE_H */
|
||||
#endif /* MRUBY_VARIABLE_H */
|
||||
|
||||
Reference in New Issue
Block a user