Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Transforms / Utils / CloneFunction.cpp
index 4f8d1dfbe5dfee123e6f9c2dcbf12706fe32ac6a..e623445b284b145d0d7034f862e37d0985e61378 100644 (file)
@@ -289,7 +289,7 @@ namespace {
                     BasicBlock::const_iterator StartingInst,
                     std::vector<const BasicBlock*> &ToClone);
   };
-}
+} // namespace
 
 /// The specified block is found to be reachable, clone it and
 /// anything that it can reach.