X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FArena.h;h=25279a7bb9000a26b1433c373b9918367b7a99a5;hp=cf010f3d4375d9f9c3700f010d8111f5f06ed300;hb=d4aacd244f21e76dce685365acc281a9015897c1;hpb=adf4a5ac9d3604427c85dd92ec379e9d7a3a4a8a diff --git a/folly/Arena.h b/folly/Arena.h index cf010f3d..25279a7b 100644 --- a/folly/Arena.h +++ b/folly/Arena.h @@ -241,6 +241,6 @@ class SysArena : public Arena { template <> struct IsArenaAllocator : std::true_type { }; -} // namespace folly +} // namespace folly #include