Commit 0a43236f authored by Jan Lindström's avatar Jan Lindström

Code cleanup.

parent 3bbffc21
...@@ -5598,8 +5598,9 @@ fil_io( ...@@ -5598,8 +5598,9 @@ fil_io(
if (!ret) { if (!ret) {
return(DB_OUT_OF_FILE_SPACE); return(DB_OUT_OF_FILE_SPACE);
} else { }
} return(DB_SUCCESS);
return(DB_SUCCESS);
} }
#ifndef UNIV_HOTBACKUP #ifndef UNIV_HOTBACKUP
......
...@@ -5650,9 +5650,9 @@ _fil_io( ...@@ -5650,9 +5650,9 @@ _fil_io(
if (!ret) { if (!ret) {
return(DB_OUT_OF_FILE_SPACE); return(DB_OUT_OF_FILE_SPACE);
} else {
return(DB_SUCCESS);
} }
return(DB_SUCCESS);
} }
#ifndef UNIV_HOTBACKUP #ifndef UNIV_HOTBACKUP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment