mirror of https://gitee.com/bigwinds/arangodb
indenting
This commit is contained in:
parent
0f7c632f0f
commit
865597b8c2
|
@ -91,7 +91,7 @@ static TRI_general_cursor_length_t GetLength (TRI_general_cursor_result_t* resul
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
TRI_general_cursor_result_t* TRI_CreateResultAql (TRI_json_t* data) {
|
||||
if (!data || data->_type != TRI_JSON_LIST) {
|
||||
if (data == NULL || data->_type != TRI_JSON_LIST) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue