Index: third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp |
diff --git a/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp b/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp |
index 7027fdd98388c10d9104857dd1ce4ba5aa03faa8..81bfee7ec956e5f6ade92506ad52dfededea1f9d 100644 |
--- a/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp |
+++ b/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp |
@@ -267,4 +267,4 @@ void IndentOutdentCommand::formatRange(const Position& start, const Position& en |
indentIntoBlockquote(start, end, blockquoteForNextIndent); |
} |
-} |
+} // namespace blink |