Index: Source/platform/fonts/Font.h |
diff --git a/Source/platform/fonts/Font.h b/Source/platform/fonts/Font.h |
index c2ac44687123b134dfe7baba837fce339f306715..8a74f9ffc5a2102d033ee26b83ec30cb2c36d7bd 100644 |
--- a/Source/platform/fonts/Font.h |
+++ b/Source/platform/fonts/Font.h |
@@ -222,6 +222,6 @@ inline float Font::tabWidth(const SimpleFontData& fontData, unsigned tabSize, fl |
return tabWidth - fmodf(position, tabWidth); |
} |
-} |
+} // namespace blink |
#endif |