summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-random
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2016-09-27 10:37:35 +0900
committerNobuyoshi Nakada <[email protected]>2016-09-28 12:29:41 +0900
commit6511bfd79af479bd889a2d9250631a5ed78ecf51 (patch)
treea224e6c6d052d05d5433298b17daa83d01de3872 /mrbgems/mruby-random
parent9d3167cabe64b61ce707a00a3a3108b580cf5d11 (diff)
downloadmruby-6511bfd79af479bd889a2d9250631a5ed78ecf51.tar.gz
mruby-6511bfd79af479bd889a2d9250631a5ed78ecf51.zip
Removed trailing spaces
Diffstat (limited to 'mrbgems/mruby-random')
-rw-r--r--mrbgems/mruby-random/src/mt19937ar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-random/src/mt19937ar.h b/mrbgems/mruby-random/src/mt19937ar.h
index 31e5d19ed..7d382320d 100644
--- a/mrbgems/mruby-random/src/mt19937ar.h
+++ b/mrbgems/mruby-random/src/mt19937ar.h
@@ -28,7 +28,7 @@
** Any feedback is very welcome.
** http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
** email: m-mat @ math.sci.hiroshima-u.ac.jp (remove space)
-**
+**
** This version is modified by mruby developers. If you see any problem,
** contact us first at https://github.com/mruby/mruby/issues
*/