Commit 4bd2b5ad authored by unknown's avatar unknown

Fix style nit


sql/examples/ha_archive.cc:
  Fix style
parent 4bb238a0
...@@ -498,7 +498,8 @@ int ha_archive::create(const char *name, TABLE *table_arg, ...@@ -498,7 +498,8 @@ int ha_archive::create(const char *name, TABLE *table_arg,
goto error3; goto error3;
} }
if (gzclose(archive)) { if (gzclose(archive))
{
error= errno; error= errno;
goto error2; goto error2;
} }
......
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