From: Helios Alonso Cabanillas Date: Fri, 30 Nov 2012 23:14:27 +0000 (-0800) Subject: Added missing curly braces X-Git-Tag: v0.22.0~1122 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8244bf0d241f134b12b59c2cbc6d8d05f50c913d;p=folly.git Added missing curly braces Summary: Added closing curly braces at 173. Sorry, must make diff if it's a new commit. Test Plan: nothing really Reviewed By: andrei.alexandrescu@fb.com FB internal diff: D644925 --- diff --git a/folly/docs/FBVector.md b/folly/docs/FBVector.md index 9a238a90..9a2fe9b0 100644 --- a/folly/docs/FBVector.md +++ b/folly/docs/FBVector.md @@ -170,6 +170,7 @@ Only a tiny minority of objects are genuinely non-relocatable: public: Ew() : pointerInsideBuffer(buffer) {} ... + } * Objects that need to update "observers" that store pointers to them.