Index: third_party/WebKit/Source/core/svg/SVGFEFuncRElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGFEFuncRElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEFuncRElement.cpp |
index e099d3aad3af00dc4bb2b943c77dd513fbe077d0..e95004a7521cc00bd58819196ddf179347feeb94 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGFEFuncRElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGFEFuncRElement.cpp |
@@ -26,4 +26,4 @@ inline SVGFEFuncRElement::SVGFEFuncRElement(Document& document) |
: SVGComponentTransferFunctionElement(SVGNames::feFuncRTag, document) {} |
DEFINE_NODE_FACTORY(SVGFEFuncRElement) |
-} |
+} // namespace blink |