commit | 05368f128351c8aef191f3c30af8942eb7041b67 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu May 13 18:40:47 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu May 13 18:41:52 2021 -0700 |
tree | fa6851fce9940c6d203dbd3af762725e68b185d2 | |
parent | 6f39c5e25ea112de313badbf3a217f609ec6a2d0 [diff] |
sources: Fully initialize structs Some of our declarations only initialize part of a struct or value, use an empty initializer statement to fully initialize them. For some with non-default values, make sure the other values in the struct are populated. Change-Id: Ieee9126267ad318fde071a231aa33bb52501b15f Signed-off-by: William A. Kennington III <wak@google.com>