[PATCH] D62915: git-clang-format: Remove trailing whitespace in docstring. NFC.
Phabricator via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 18 18:50:28 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL363759: git-clang-format: Remove trailing whitespace in docstring. NFC. (authored by sbc, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D62915?vs=203181&id=205494#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62915/new/
https://reviews.llvm.org/D62915
Files:
cfe/trunk/tools/clang-format/git-clang-format
Index: cfe/trunk/tools/clang-format/git-clang-format
===================================================================
--- cfe/trunk/tools/clang-format/git-clang-format
+++ cfe/trunk/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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62915.205494.patch
Type: text/x-patch
Size: 1811 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190619/c0319fe2/attachment.bin>
More information about the cfe-commits
mailing list