r363759 - git-clang-format: Remove trailing whitespace in docstring. NFC.
Sam Clegg via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 18 18:52:41 PDT 2019
Author: sbc
Date: Tue Jun 18 18:52:41 2019
New Revision: 363759
URL: http://llvm.org/viewvc/llvm-project?rev=363759&view=rev
Log:
git-clang-format: Remove trailing whitespace in docstring. NFC.
Differential Revision: https://reviews.llvm.org/D62915
Modified:
cfe/trunk/tools/clang-format/git-clang-format
Modified: cfe/trunk/tools/clang-format/git-clang-format
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-format/git-clang-format?rev=363759&r1=363758&r2=363759&view=diff
==============================================================================
--- cfe/trunk/tools/clang-format/git-clang-format (original)
+++ cfe/trunk/tools/clang-format/git-clang-format Tue Jun 18 18:52:41 2019
@@ -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
More information about the cfe-commits
mailing list