Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Support / APInt.cpp
index 23f89bb66f9e562204cd136d5ed21c9ad5f414a4..aa026d49c070f851e8b8f7e931ad4823db633b74 100644 (file)
@@ -2331,7 +2331,7 @@ namespace {
   {
     return findFirstSet(value, ZB_Max);
   }
-}
+} // namespace
 
 /* Sets the least significant part of a bignum to the input value, and
    zeroes out higher parts.  */