Commit 2988f7367cda7337e2b293fb12814d272ef9c33b

lhchavez 2021-08-01T06:28:33

Review feedback * Added the `PenaltyBreakAssignment: 1000` clang-format option to avoid breaking statements around the assignment operator. * Avoided using the dot initializer syntax. * Avoided casting allocations. * Also avoided casting `void *`.