diff options
author | unknown <svoj@mysql.com/april.(none)> | 2007-03-14 02:30:05 +0400 |
---|---|---|
committer | unknown <svoj@mysql.com/april.(none)> | 2007-03-14 02:30:05 +0400 |
commit | 8205e16c89135583a62e14a37579f7724151713a (patch) | |
tree | 03f3b3954648a2d478e1913672fd5c59052ad57e /myisam | |
parent | 968d1695a76f153bfe2007ff63ed1cbeb8b63a59 (diff) | |
download | mariadb-git-8205e16c89135583a62e14a37579f7724151713a.tar.gz |
Removed tabs.
Diffstat (limited to 'myisam')
-rw-r--r-- | myisam/mi_open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/mi_open.c b/myisam/mi_open.c index f7edaf34494..274933679ef 100644 --- a/myisam/mi_open.c +++ b/myisam/mi_open.c @@ -1199,7 +1199,7 @@ int mi_open_datafile(MI_INFO *info, MYISAM_SHARE *share, File file_to_dup __attr int mi_open_keyfile(MYISAM_SHARE *share) { if ((share->kfile=my_open(share->unique_file_name, share->mode | O_SHARE, - MYF(MY_WME))) < 0) + MYF(MY_WME))) < 0) return 1; return 0; } |