Nicholas Nethercote
e0dbe1b052
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
2018-07-31 13:39:31 +10:00
..
2018-06-12 22:12:42 -07:00
2018-06-13 06:25:00 +03:00
2018-03-28 00:01:08 +09:00
2018-07-20 23:58:34 +00:00
2018-06-22 23:25:19 -07:00
2018-06-02 09:33:26 +02:00
2018-07-27 14:11:18 -07:00
2018-07-21 14:31:21 +00:00
2018-04-05 11:42:23 +02:00
2018-07-21 14:17:16 +00:00
2018-04-25 19:40:09 -07:00
2018-07-22 11:53:23 +00:00
2018-06-06 16:03:47 -07:00
2018-07-21 14:25:36 +00:00
2018-07-21 14:25:36 +00:00
2018-06-02 09:33:26 +02:00
2018-04-13 16:01:28 +03:00
2018-06-06 16:03:47 -07:00
2018-06-06 16:03:47 -07:00
2018-06-26 13:06:17 +02:00
2018-06-01 10:45:27 +02:00
2018-07-26 18:52:47 +10:00
2018-07-31 13:39:31 +10:00
2018-06-08 19:50:25 +02:00
2018-06-13 06:25:00 +03:00
2018-05-22 03:16:44 +03:00
2018-05-09 12:16:28 -04:00
2018-05-09 12:16:28 -04:00
2018-07-17 10:34:58 -05:00
2018-06-02 09:33:26 +02:00
2018-06-02 09:33:26 +02:00
2018-07-26 20:15:49 +10:00
2018-03-28 17:48:53 +11:00
2018-06-02 09:33:26 +02:00
2018-06-02 09:33:26 +02:00
2018-07-27 14:11:18 -07:00
2018-06-06 14:50:17 -07:00
2018-06-29 22:50:41 -07:00
2018-07-22 11:56:47 +00:00
2018-07-22 11:56:47 +00:00
2018-07-21 14:21:39 +00:00
2018-06-02 09:33:26 +02:00
2018-06-02 09:33:26 +02:00
2018-06-01 10:45:27 +02:00
2018-06-01 10:45:27 +02:00
2018-06-01 10:45:27 +02:00
2018-07-20 23:58:34 +00:00
2018-04-24 00:31:53 +09:00
2018-06-07 03:53:54 -07:00
2018-06-04 12:59:46 +03:00
2018-05-29 09:41:24 +02:00
2018-04-13 17:14:05 +02:00
2018-06-07 02:17:10 -07:00
2018-05-10 11:11:19 -05:00
2018-06-02 09:33:26 +02:00
2018-07-12 02:26:49 -07:00
2018-06-07 07:27:22 -07:00
2018-06-02 09:33:26 +02:00
2018-07-12 17:41:31 -07:00
2018-07-26 19:43:33 -07:00
2018-06-02 09:33:26 +02:00
2018-07-20 23:58:34 +00:00
2018-05-07 17:24:51 -06:00
2018-03-08 10:27:14 +11:00