Index: src/interface-descriptors.cc |
diff --git a/src/interface-descriptors.cc b/src/interface-descriptors.cc |
index b71f973120456e1f844f7cb6d004644a2b7f847b..73090d6515e18787b632171b6c2997d46d928ca9 100644 |
--- a/src/interface-descriptors.cc |
+++ b/src/interface-descriptors.cc |
@@ -29,7 +29,7 @@ Type* AnyTagged(Zone* zone) { |
Type* ExternalPointer(Zone* zone) { |
return Type::Intersect(Type::Internal(), Type::UntaggedPointer(), zone); |
} |
-} |
+} // namespace |
Type::FunctionType* CallInterfaceDescriptor::BuildDefaultFunctionType( |