[clang-format] Fix AllowAllConstructorInitializersOnNextLine value
authorowenca <owenpiano@gmail.com>
Fri, 27 Aug 2021 21:32:30 +0000 (14:32 -0700)
committerowenca <owenpiano@gmail.com>
Fri, 27 Aug 2021 21:47:49 +0000 (14:47 -0700)
commit170a3c6f7a0599707d8ea5cfb1bc4252920edef7
tree310ac699bf5da7920d5593c91b334327d7a1d3bd
parent56e372b56e293710f9411cfc63573755f1370f54
[clang-format] Fix AllowAllConstructorInitializersOnNextLine value

The default value of the now deprecated
AllowAllConstructorInitializersOnNextLine was always true
regardless of the value of BasedOnStyle. This patch fixes the typo
in the code that handles the related backward compatibility.
clang/lib/Format/Format.cpp