Index: third_party/WebKit/Source/core/svg/SVGPoint.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGPoint.cpp b/third_party/WebKit/Source/core/svg/SVGPoint.cpp |
index 6916dc6099e786194c0d66a2e58fc2b3dcdcd9b8..aad0395b68ef5c129962c3c5cf374493a161bbaa 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGPoint.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGPoint.cpp |
@@ -122,4 +122,4 @@ float SVGPoint::calculateDistance(PassRefPtrWillBeRawPtr<SVGPropertyBase> to, SV |
return 0.0f; |
} |
-} |
+} // namespace blink |