From 1e2a6598a8b2467c148af96b22126f115d9ceee0 Mon Sep 17 00:00:00 2001
From: Daniel Jasper <djasper@google.com>
Date: Mon, 5 Oct 2015 13:30:42 +0000
Subject: [PATCH] clang-format: Small doc fix.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@249312 91177308-0d34-0410-b5e6-96231b3b80d8
---
 docs/ClangFormatStyleOptions.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/ClangFormatStyleOptions.rst b/docs/ClangFormatStyleOptions.rst
index 1d581e80e2c..727e60488f0 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
 ========
-- 
GitLab