mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
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:
parent
60415ddc5b
commit
e0dbe1b052
3472
mfbt/HashTable.h
3472
mfbt/HashTable.h
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user