forked from OSchip/llvm-project
Correct end-of-namespace comment to be clang-tidy/LLVM style appropriate
This commit is contained in:
parent
6e06f1cd08
commit
7940af02ba
|
@ -26,5 +26,5 @@ private:
|
|||
GCOVOptions GCOVOpts;
|
||||
};
|
||||
|
||||
} // End llvm namespace
|
||||
} // namespace llvm
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue