Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff

This commit is contained in:
Jan de Mooij
2015-03-28 12:08:37 +01:00
parent ec84d22cf9
commit 369ef1b850
759 changed files with 50565 additions and 50565 deletions

View File

@@ -104,7 +104,7 @@ ExhaustiveTest(const char funcode[])
template <size_t N>
static void
ClearElements(JS::AutoValueArray<N> &elems)
ClearElements(JS::AutoValueArray<N>& elems)
{
for (size_t i = 0; i < elems.length() - 1; i++)
elems[i].setNull();