logging: add a StandardLogHandlerFactory helper class
[folly.git] / folly / io / Cursor.cpp
index c51ce6cc029093764307a551fd5aa912b0c89576..cd7807c1568941e1872406e9a428ce49ab3fe1a7 100644 (file)
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 #include <folly/io/Cursor.h>
 
 #include <cstdio>
+
 #include <folly/ScopeGuard.h>
 
 namespace folly {