Index: third_party/WebKit/Source/core/layout/line/LineWidth.cpp |
diff --git a/third_party/WebKit/Source/core/layout/line/LineWidth.cpp b/third_party/WebKit/Source/core/layout/line/LineWidth.cpp |
index bda4f0979107f5efd1d9ba9880608ed544430f8f..ce4060125bf81efc2ac5bf92cfc958ee85566ce5 100644 |
--- a/third_party/WebKit/Source/core/layout/line/LineWidth.cpp |
+++ b/third_party/WebKit/Source/core/layout/line/LineWidth.cpp |
@@ -195,4 +195,4 @@ void LineWidth::computeAvailableWidthFromLeftAndRight() |
m_availableWidth = max(0.0f, m_right - m_left) + m_overhangWidth; |
} |
-} |
+} // namespace blink |