remove trailing spaces

This commit is contained in:
Nobuyoshi Nakada
2014-04-30 09:50:14 +09:00
parent 345f172bba
commit ab67c57f65
43 changed files with 667 additions and 667 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ MRuby.each_target do
current_dir = File.dirname(__FILE__).relative_path_from(Dir.pwd)
relative_from_root = File.dirname(__FILE__).relative_path_from(MRUBY_ROOT)
current_build_dir = "#{build_dir}/#{relative_from_root}"
lex_def = "#{current_dir}/lex.def"
objs = Dir.glob("#{current_dir}/*.c").map { |f|
next nil if cxx_abi_enabled? and f =~ /(codegen|error|vm).c$/