diff options
| author | Daniel Jasper <djasper@google.com> | 2015-10-05 13:30:42 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2015-10-05 13:30:42 +0000 |
| commit | fcbea71b4fa4495ed6feb7d23e0a79742685c077 (patch) | |
| tree | 219f8abe8112a719725d514d7d858c01fefc2546 /clang | |
| parent | d5a89418c5d95b82c08ab67166729c4981a011d3 (diff) | |
| download | bcm5719-llvm-fcbea71b4fa4495ed6feb7d23e0a79742685c077.tar.gz bcm5719-llvm-fcbea71b4fa4495ed6feb7d23e0a79742685c077.zip | |
clang-format: Small doc fix.
llvm-svn: 249312
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/docs/ClangFormatStyleOptions.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst index 1d581e80e2c..727e60488f0 100644 --- a/clang/docs/ClangFormatStyleOptions.rst +++ b/clang/docs/ClangFormatStyleOptions.rst @@ -602,9 +602,9 @@ used by a codebase somewhere in the wild. Of course, we do want to support all major projects and thus have established the following bar for adding style options. Each new style option must .. - * .. be used in a project of significant size (have dozens of contributors) - * .. have a publicly accessible style guide - * .. have a person willing to contribute and maintain patches + * be used in a project of significant size (have dozens of contributors) + * have a publicly accessible style guide + * have a person willing to contribute and maintain patches Examples ======== |

