Split get_default() into two for deferred default construction and added forwarding...
[folly.git] / folly / detail / BitIteratorDetail.h
index 6a8b4fe6ddbb72f2b7e7eaeacfe90dc1cc39040e..7f4f57e366d0f64531fdbb03a3eb8e52ba33f9bc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -18,6 +18,7 @@
 
 #include <iterator>
 #include <type_traits>
+
 #include <boost/iterator/iterator_adaptor.hpp>
 
 namespace folly {
@@ -84,6 +85,5 @@ struct BitIteratorBase {
     ssize_t> type;
 };
 
-
-}  // namespace bititerator_detail
-}  // namespace folly
+} // namespace bititerator_detail
+} // namespace folly