[clang] 2a0919b - [clang][docs] Remove an unnecessary space

KAWASHIMA Takahiro via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 21 17:42:57 PST 2022


Author: KAWASHIMA Takahiro
Date: 2022-11-22T10:40:55+09:00
New Revision: 2a0919b965b88080ef67fdffe57d3fa8d865d885

URL: https://github.com/llvm/llvm-project/commit/2a0919b965b88080ef67fdffe57d3fa8d865d885
DIFF: https://github.com/llvm/llvm-project/commit/2a0919b965b88080ef67fdffe57d3fa8d865d885.diff

LOG: [clang][docs] Remove an unnecessary space

Added: 
    

Modified: 
    clang/docs/UsersManual.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst
index dd4356d48f10..d93f0f2ce606 100644
--- a/clang/docs/UsersManual.rst
+++ b/clang/docs/UsersManual.rst
@@ -365,7 +365,7 @@ output format of the diagnostics that it generates.
    * ``clang -fsave-optimization-record -c in.c -o out.o`` will generate
      ``out.opt.yaml``
 
-   * ``clang -fsave-optimization-record -c in.c `` will generate
+   * ``clang -fsave-optimization-record -c in.c`` will generate
      ``in.opt.yaml``
 
    When targeting (Thin)LTO, the base is derived from the output filename, and


        


More information about the cfe-commits mailing list