Skip to content
Snippets Groups Projects
Commit 68455be9 authored by Daniel Jasper's avatar Daniel Jasper
Browse files

Fix clang-format-diff.py to accept -style again.

Copy and paste error in r190935..

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191137 91177308-0d34-0410-b5e6-96231b3b80d8
parent bbac9aac
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ def main():
command = [binary, '-i', filename]
command.extend(lines)
if args.style:
command.extend(['-style', style])
command.extend(['-style', args.style])
p = subprocess.Popen(command, stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
stdin=subprocess.PIPE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment