]> granicus.if.org Git - clang/commit
clang-format: Remove a few else after return statements.
authorDaniel Jasper <djasper@google.com>
Wed, 10 Dec 2014 17:24:34 +0000 (17:24 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 10 Dec 2014 17:24:34 +0000 (17:24 +0000)
commite81823d8ba70c9672f5199ea0df1fbd53e1c9170
tree02998b27ee7b92864c89d5271c750e02be70b469
parent5aa3ce1cb49145435e6cf783d4ea04e2bf4307b7
clang-format: Remove a few else after return statements.

They are against the LLVM coding conventions. No functional changes
intended.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223930 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/ContinuationIndenter.cpp