1
0
Fork 0

indentation

This commit is contained in:
Jan Steemann 2013-07-03 12:39:54 +02:00
parent 40d9928d2c
commit e84b9b9204
1 changed files with 2 additions and 0 deletions

View File

@ -656,11 +656,13 @@ int TRI_CreateKeyGenerator (const TRI_json_t* const parameters,
}
generator = CreateGenerator(options);
if (generator == NULL) {
return TRI_ERROR_OUT_OF_MEMORY;
}
res = generator->init(generator, options);
if (res != TRI_ERROR_NO_ERROR) {
TRI_FreeKeyGenerator(generator);