[PATCH] D120387: [clang-tidy][run-clang-tidy.py] Whitespace additionDepends on D120385

Shreyas via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 22 22:26:42 PST 2022


SAtacker created this revision.
SAtacker added a reviewer: JonasToth.
Herald added subscribers: carlosgalvezp, xazax.hun.
SAtacker requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.

- spaces:
  - Consistent with the rest of the options
  - Added missing spaces

Signed-off-by: Shreyas Atre <shreyasatre16 at gmail.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120387

Files:
  clang-tools-extra/clang-tidy/tool/run-clang-tidy.py


Index: clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
===================================================================
--- clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
+++ clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
@@ -235,10 +235,10 @@
                       'attempt to find a file named .clang-tidy for '
                       'each source file in its parent directories.')
   group.add_argument('-config-file', default=None,
-                      help='Specify the path of .clang-tidy or custom config'
-                      ' file: e.g. -config-file=/some/path/myTidyConfigFile'
-                      'This option internally works exactly the same way as'
-                      '-config option after reading specified config file.'
+                      help='Specify the path of .clang-tidy or custom config '
+                      'file: e.g. -config-file=/some/path/myTidyConfigFile. '
+                      'This option internally works exactly the same way as '
+                      '-config option after reading specified config file. '
                       'Use either -config-file or -config, not both.')
   parser.add_argument('-header-filter', default=None,
                       help='regular expression matching the names of the '


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120387.410713.patch
Type: text/x-patch
Size: 1285 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220223/86b6d3aa/attachment.bin>


More information about the cfe-commits mailing list