]> granicus.if.org Git - clang/commit
Remove redundant comma around parenthesis in parameter list.
authorEric Liu <ioeric@google.com>
Tue, 13 Sep 2016 15:02:43 +0000 (15:02 +0000)
committerEric Liu <ioeric@google.com>
Tue, 13 Sep 2016 15:02:43 +0000 (15:02 +0000)
commit0a23fccbe3fb652f5af98426a01ab1a71741d6a6
tree19d75e440d40519e260570543bb24054f4d1c1c7
parent07ab3a792f9d54859464eef3ba9fcbff03bf3a39
Remove redundant comma around parenthesis in parameter list.

Reviewers: djasper

Subscribers: cfe-commits, klimek

Differential Revision: https://reviews.llvm.org/D24501

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