]> granicus.if.org Git - clang/commitdiff
git-clang-format: Remove trailing whitespace in docstring. NFC.
authorSam Clegg <sbc@chromium.org>
Wed, 19 Jun 2019 01:52:41 +0000 (01:52 +0000)
committerSam Clegg <sbc@chromium.org>
Wed, 19 Jun 2019 01:52:41 +0000 (01:52 +0000)
Differential Revision: https://reviews.llvm.org/D62915

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363759 91177308-0d34-0410-b5e6-96231b3b80d8

tools/clang-format/git-clang-format

index 2696d099e4c7f71900cce571d5b04616b3767dd9..715019d95fd72df444d07861df1806fa56a4901d 100755 (executable)
@@ -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