diff options
author | Lioncash <mathew1800@gmail.com> | 2018-08-21 11:28:25 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-08-21 11:31:05 -0400 |
commit | 5a53d75313dfc8f7f89e8041f866ccc5dd53d211 (patch) | |
tree | 2ffe3581a49bdb5337c0f7a4b685e7a4adfc6022 /src/common/logging/text_formatter.h | |
parent | c95c4442e939b38fb60430b93b89c292bb43078f (diff) |
logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFFER_INFO instance
The previous form of initializing done here is a C-ism, an empty set of
braces is sufficient for initializing (and doesn't potentially cause
missing brace warnings, given the first member of the struct is a COORD
struct).
Diffstat (limited to 'src/common/logging/text_formatter.h')
0 files changed, 0 insertions, 0 deletions