From: Sam Clegg Date: Wed, 19 Jun 2019 01:52:41 +0000 (+0000) Subject: git-clang-format: Remove trailing whitespace in docstring. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a03a7fe0dfb18156d3602a7f44a94f59e35562fc;p=clang git-clang-format: Remove trailing whitespace in docstring. NFC. Differential Revision: https://reviews.llvm.org/D62915 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363759 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/clang-format/git-clang-format b/tools/clang-format/git-clang-format index 2696d099e4..715019d95f 100755 --- a/tools/clang-format/git-clang-format +++ b/tools/clang-format/git-clang-format @@ -8,19 +8,19 @@ # #===------------------------------------------------------------------------===# -r""" -clang-format git integration -============================ - -This file provides a clang-format integration for git. Put it somewhere in your -path and ensure that it is executable. Then, "git clang-format" will invoke -clang-format on the changes in current files or a specific commit. - -For further details, run: -git clang-format -h - -Requires Python 2.7 or Python 3 -""" +r""" +clang-format git integration +============================ + +This file provides a clang-format integration for git. Put it somewhere in your +path and ensure that it is executable. Then, "git clang-format" will invoke +clang-format on the changes in current files or a specific commit. + +For further details, run: +git clang-format -h + +Requires Python 2.7 or Python 3 +""" from __future__ import absolute_import, division, print_function import argparse