Fix some copyright lines in folly/
[folly.git] / folly / test / BitIteratorTest.cpp
index 49001d86d50647eff044cf7183bca567da453294..0fd13a2c0bc3d9032cddef171fa6b2990477dbdd 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include <folly/Bits.h>
+#include <folly/BitIterator.h>
 
 #include <algorithm>
 #include <limits>
@@ -55,7 +55,7 @@ void checkRange(INT exp, IT begin, IT end) {
   }
 }
 
-}  // namespace
+} // namespace
 
 TEST(BitIterator, Simple) {
   std::vector<int> v;
@@ -150,7 +150,7 @@ void runRealFFSTest(int iters) {
   }
 }
 
-}
+} // namespace
 
 TEST(BitIterator, SimpleFindFirstSet) {
   runSimpleFFSTest(1);