1
0
Fork 0

indenting

This commit is contained in:
Jan Steemann 2013-06-24 19:24:09 +02:00
parent 0f7c632f0f
commit 865597b8c2
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}