mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/gdbm/gdbm.c: remove needless tabs.
* ext/sdbm/init.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
faa9a862ef
commit
e442383bc7
2 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@ closed_dbm(void)
|
|||
|
||||
#define GetDBM2(obj, dbmp, dbm) do {\
|
||||
GetDBM((obj), (dbmp));\
|
||||
(dbm) = (dbmp)->di_dbm; \
|
||||
(dbm) = (dbmp)->di_dbm;\
|
||||
} while (0)
|
||||
|
||||
static void
|
||||
|
|
|
@ -85,7 +85,7 @@ closed_sdbm()
|
|||
|
||||
#define GetDBM2(obj, dbmp, dbm) do {\
|
||||
GetDBM((obj), (dbmp));\
|
||||
(dbm) = (dbmp)->di_dbm; \
|
||||
(dbm) = (dbmp)->di_dbm;\
|
||||
} while (0)
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Reference in a new issue