[llvm] aca68fe - remove a trailing space character (test commit)

Eric Schweitz via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 15:03:06 PST 2020


Author: Eric Schweitz
Date: 2020-01-27T15:01:55-08:00
New Revision: aca68feaad0efb234643cee2b609885651fa8c9a

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

LOG: remove a trailing space character (test commit)

Added: 
    

Modified: 
    llvm/docs/YamlIO.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/YamlIO.rst b/llvm/docs/YamlIO.rst
index 561e06985c7a..9dbb2b2766f9 100644
--- a/llvm/docs/YamlIO.rst
+++ b/llvm/docs/YamlIO.rst
@@ -12,7 +12,7 @@ YAML is a human readable data serialization language.  The full YAML language
 spec can be read at `yaml.org 
 <http://www.yaml.org/spec/1.2/spec.html#Introduction>`_.  The simplest form of
 yaml is just "scalars", "mappings", and "sequences".  A scalar is any number
-or string.  The pound/hash symbol (#) begins a comment line.   A mapping is 
+or string.  The pound/hash symbol (#) begins a comment line.   A mapping is
 a set of key-value pairs where the key ends with a colon.  For example:
 
 .. code-block:: yaml


        


More information about the llvm-commits mailing list