aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dbm
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-04 00:57:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-04 00:57:31 +0000
commitaf6c038b23c056fed1a8f5cbb8827b3a5061e893 (patch)
tree466054a5bb7f4266459645f489c731a2bd3c4b90 /ext/dbm
parent4bb125f91a1df7d5252b1dd1f59c1ce0238e0192 (diff)
downloadruby-af6c038b23c056fed1a8f5cbb8827b3a5061e893.tar.gz
remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dbm')
-rw-r--r--ext/dbm/dbm.c2
-rw-r--r--ext/dbm/extconf.rb4
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/dbm/dbm.c b/ext/dbm/dbm.c
index d41906aa74..57d227e8ad 100644
--- a/ext/dbm/dbm.c
+++ b/ext/dbm/dbm.c
@@ -1126,7 +1126,7 @@ Init_dbm(void)
* - "Berkeley DB (unknown)" (4.4BSD, maybe)
* - "GDBM version 1.8.3. 10/15/2002 (built Jul 1 2011 12:32:45)"
* - "QDBM 1.8.78"
- *
+ *
*/
rb_define_const(rb_cDBM, "VERSION", version);
}
diff --git a/ext/dbm/extconf.rb b/ext/dbm/extconf.rb
index a70d71a364..32a944634a 100644
--- a/ext/dbm/extconf.rb
+++ b/ext/dbm/extconf.rb
@@ -148,7 +148,7 @@ def headers.db_check2(db, hdr)
end
# Berkeley DB's ndbm.h (since 1.85 at least) defines DBM_SUFFIX.
- # Note that _DB_H_ is not defined on Mac OS X because
+ # Note that _DB_H_ is not defined on Mac OS X because
# it uses Berkeley DB 1 but ndbm.h doesn't include db.h.
have_db_header = have_macro('DBM_SUFFIX', hdr, hsearch)
@@ -200,7 +200,7 @@ def headers.db_check2(db, hdr)
if /\Agdbm/ !~ db && have_gdbm_header
return false
end
-
+
if have_ndbm_header
return false
end