[clang-format][NFC] Early return when nothing to do
authorBjörn Schäpers <bjoern@hazardy.de>
Fri, 3 Dec 2021 15:38:10 +0000 (16:38 +0100)
committerBjörn Schäpers <bjoern@hazardy.de>
Sat, 4 Dec 2021 20:29:30 +0000 (21:29 +0100)
commit4041f16bb489d6cbdebfed33a2c5cc586cb3839b
treeca661a9856b69cd17ea428f1fe8a1926ba1bc437
parent8d1c85454daa40bd663d0ef4e8262fe6fc0f21ad
[clang-format][NFC] Early return when nothing to do

Do not compute SkipFirstExtraIndent just to see that there are no fake l
parens.

Differential Revision: https://reviews.llvm.org/D115070
clang/lib/Format/ContinuationIndenter.cpp