Correct end-of-namespace comment to be clang-tidy/LLVM style appropriate

This commit is contained in:
David Blaikie 2020-09-13 13:07:58 -07:00
parent 6e06f1cd08
commit 7940af02ba
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ private:
GCOVOptions GCOVOpts;
};
} // End llvm namespace
} // namespace llvm
#endif