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