From: Daniel Jasper Date: Mon, 5 Oct 2015 13:30:42 +0000 (+0000) Subject: clang-format: Small doc fix. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e2a6598a8b2467c148af96b22126f115d9ceee0;p=clang clang-format: Small doc fix. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@249312 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ClangFormatStyleOptions.rst b/docs/ClangFormatStyleOptions.rst index 1d581e80e2..727e60488f 100644 --- a/docs/ClangFormatStyleOptions.rst +++ b/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 ========