Re: [PATCH] Fix -style argument to clang-format-diff.

2013-09-21 Thread Daniel Jasper
Obviously this looks good :-). Suspecting you don't have commit access, I went ahead and committed this as r191137. Sorry for the inconvenience! http://llvm-reviews.chandlerc.com/D1734 ___ cfe-commits mailing list cfe-commits@cs.uiuc.edu http://li

[PATCH] Fix -style argument to clang-format-diff.

2013-09-20 Thread christopher hopman
Hi djasper, Fixes a small typo for adding the -style argument to the clang-format command (style -> args.style). http://llvm-reviews.chandlerc.com/D1734 Files: tools/clang-format/clang-format-diff.py Index: tools/clang-format/clang-format-diff.py