[clang-format] Fixes for spaces around C# object initializers
authorJonathan Coe <jbcoe@google.com>
Fri, 31 Jan 2020 14:08:46 +0000 (14:08 +0000)
committerJonathan Coe <jbcoe@google.com>
Fri, 31 Jan 2020 14:22:01 +0000 (14:22 +0000)
commit0bb60e29f18bd45fc26d5f619150f28fc7541e9b
treea317ce4454fead8406cc95f2f8286b7183d7dca1
parent789beeeca3cdeecc00cd731c940e52effdd7c7df
[clang-format] Fixes for spaces around C# object initializers

Summary: Fix spaces around typename and [] in C# object initializers.

Reviewers: MyDeveloperDay, klimek, krasimir

Reviewed By: MyDeveloperDay, krasimir

Subscribers: cfe-commits

Tags: #clang-format, #clang

Differential Revision: https://reviews.llvm.org/D72401
clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTestCSharp.cpp