summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-debugger/bintest
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2016-09-28 15:51:02 +0900
committerGitHub <[email protected]>2016-09-28 15:51:02 +0900
commit2d335daeeb1d50402041041c7a3531674a2e735a (patch)
treea224e6c6d052d05d5433298b17daa83d01de3872 /mrbgems/mruby-bin-debugger/bintest
parent9d3167cabe64b61ce707a00a3a3108b580cf5d11 (diff)
parent6511bfd79af479bd889a2d9250631a5ed78ecf51 (diff)
downloadmruby-2d335daeeb1d50402041041c7a3531674a2e735a.tar.gz
mruby-2d335daeeb1d50402041041c7a3531674a2e735a.zip
Merge pull request #3218 from nobu/trailing-space
Removed trailing spaces
Diffstat (limited to 'mrbgems/mruby-bin-debugger/bintest')
-rw-r--r--mrbgems/mruby-bin-debugger/bintest/mrdb.rb2
-rw-r--r--mrbgems/mruby-bin-debugger/bintest/print.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/mruby-bin-debugger/bintest/mrdb.rb b/mrbgems/mruby-bin-debugger/bintest/mrdb.rb
index ae40f0a46..26f3138aa 100644
--- a/mrbgems/mruby-bin-debugger/bintest/mrdb.rb
+++ b/mrbgems/mruby-bin-debugger/bintest/mrdb.rb
@@ -14,7 +14,7 @@ class BinTest_MrubyBinDebugger
# compile
`./bin/mrbc -g -o "#{bin.path}" "#{script.path}"`
-
+
# add mrdb quit
testcase << {:cmd=>"quit"}
diff --git a/mrbgems/mruby-bin-debugger/bintest/print.rb b/mrbgems/mruby-bin-debugger/bintest/print.rb
index e9d85f333..403ada8e1 100644
--- a/mrbgems/mruby-bin-debugger/bintest/print.rb
+++ b/mrbgems/mruby-bin-debugger/bintest/print.rb
@@ -13,7 +13,7 @@ class BinTest_MrubyBinDebugger
# compile
`./bin/mrbc -g -o "#{bin.path}" "#{script.path}"`
-
+
# add mrdb quit
testcase << {:cmd=>"quit"}