Fix indentation warning

This commit is contained in:
Evan Miller 2020-08-05 19:35:24 -04:00
parent d31bbe88c5
commit 64dd48a752

View File

@ -146,7 +146,7 @@ cleanup:
if (table)
mdb_free_tabledef(table);
return mdb->catalog;
return mdb->catalog;
}