1
0
Fork 0

indentation

This commit is contained in:
Jan Steemann 2012-09-17 11:54:52 +02:00
parent 76674bad52
commit 3d6dfb6042
1 changed files with 2 additions and 2 deletions

View File

@ -2376,8 +2376,8 @@ static int UpdateImmediateIndexes (TRI_document_collection_t* collection,
////////////////////////////////////////////////////////////////////////////////
static int DeleteImmediateIndexes (TRI_document_collection_t* collection,
TRI_doc_mptr_t const* header,
TRI_voc_tick_t deletion) {
TRI_doc_mptr_t const* header,
TRI_voc_tick_t deletion) {
union { TRI_doc_mptr_t const* c; TRI_doc_mptr_t* v; } change;
TRI_primary_collection_t* primary;
TRI_df_marker_t const* marker;