1
0
Fork 0

indentation

This commit is contained in:
Jan Steemann 2015-01-09 16:51:00 +01:00
parent 6b792b07bd
commit 25d30c2b96
1 changed files with 1 additions and 1 deletions

View File

@ -786,7 +786,7 @@ static void MapSetIndexedShapedJson (uint32_t idx,
char buffer[11];
size_t len = TRI_StringUInt32InPlace(idx, (char*) &buffer);
v8::Local<v8::String> strVal = TRI_V8_PAIR_STRING((char*)&buffer, (int) len);
v8::Local<v8::String> strVal = TRI_V8_PAIR_STRING((char*) &buffer, (int) len);
MapSetNamedShapedJson(strVal, value, args);
}