Bug 1478896 - Fix HashTable.h style. r=froydnj

This patch converts HashTable.h from SpiderMonkey style to Gecko style.

It was created by first running `./mach clang-format -p mfbt/HashTable.h` to
fix the whitespace, and then doing manual patch-ups, the most significant of
which were:

- Adding braces around single-statement if/else/for/while blocks.

- Renaming class members to `mFoo` form and arguments to `aFoo` form.

- Converting `typedef Old New` to `using New = Old` throughout.

MozReview-Commit-ID: LJ1emPyuAjK
This commit is contained in:
Nicholas Nethercote 2018-07-31 13:39:31 +10:00
parent 60415ddc5b
commit e0dbe1b052

File diff suppressed because it is too large Load Diff