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)
commit2574d15c5be1ef54041e0558e0bf2f381ae07f02
treea06686aeb4ecbdbd95c8ae15be7f0efd879a28fe
parent7277afeec1ca638fea3f987696df504138937d24
Remove redundant comma around parenthesis in parameter list.

Reviewers: djasper

Subscribers: cfe-commits, klimek

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

llvm-svn: 281344
clang/lib/Format/Format.cpp
clang/unittests/Format/CleanupTest.cpp