From 4771dcb79652d9d2781f01a495ad30c1b2e9170a Mon Sep 17 00:00:00 2001 From: Kai Engert Date: Tue, 24 Sep 2019 00:33:03 +0000 Subject: Bug 1581890 - move comment into definition. r=glandium Differential Revision: https://phabricator.services.mozilla.com/D46200 --- lib/ds/plarena.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ds/plarena.c b/lib/ds/plarena.c index e1edb134..1d54e2ca 100644 --- a/lib/ds/plarena.c +++ b/lib/ds/plarena.c @@ -37,7 +37,8 @@ PR_IMPLEMENT(void) PL_InitArenaPool( static const PRUint8 pmasks[33] = { 0, /* not used */ 0, 1, 3, 3, 7, 7, 7, 7,15,15,15,15,15,15,15,15, /* 1 ... 16 */ - 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31}; /* 17 ... 32 */ + 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 /* 17 ... 32 */ + }; if (align == 0) align = PL_ARENA_DEFAULT_ALIGN; -- cgit v1.2.1