mirror of https://gitee.com/bigwinds/arangodb
indentation
This commit is contained in:
parent
40d9928d2c
commit
e84b9b9204
|
@ -656,11 +656,13 @@ int TRI_CreateKeyGenerator (const TRI_json_t* const parameters,
|
||||||
}
|
}
|
||||||
|
|
||||||
generator = CreateGenerator(options);
|
generator = CreateGenerator(options);
|
||||||
|
|
||||||
if (generator == NULL) {
|
if (generator == NULL) {
|
||||||
return TRI_ERROR_OUT_OF_MEMORY;
|
return TRI_ERROR_OUT_OF_MEMORY;
|
||||||
}
|
}
|
||||||
|
|
||||||
res = generator->init(generator, options);
|
res = generator->init(generator, options);
|
||||||
|
|
||||||
if (res != TRI_ERROR_NO_ERROR) {
|
if (res != TRI_ERROR_NO_ERROR) {
|
||||||
TRI_FreeKeyGenerator(generator);
|
TRI_FreeKeyGenerator(generator);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue