浏览代码

Fix small nits in clang-refactor doc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@315286 91177308-0d34-0410-b5e6-96231b3b80d8
Haojian Wu 7 年之前
父节点
当前提交
a8e3ebd8b6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/RefactoringEngine.rst

+ 2 - 2
docs/RefactoringEngine.rst

@@ -41,7 +41,7 @@ outline of a ``local-rename`` action:
   public:
     StringRef getCommand() const override { return "local-rename"; }
 
-   StringRef getDescription() const override {
+    StringRef getDescription() const override {
       return "Finds and renames symbols in code with no indexer support";
     }
 
@@ -143,7 +143,7 @@ list of action rules using the following code:
   Rules.push_back(
     createRefactoringActionRule<DeleteSelectedRange>(
           SourceRangeSelectionRequirement())
-  )
+  );
 
 The ``createRefactoringActionRule`` function takes in a list of refactoring
 action rule requirement values. These values describe the initiation