forked from OSchip/llvm-project
[clang-tidy][NFC] Fix typo.
Fix placement of comma from previous (test) commit. llvm-svn: 353525
This commit is contained in:
parent
942c273d64
commit
f6be5573dc
|
@ -22,7 +22,7 @@ namespace readability {
|
|||
|
||||
// Finds the location of the qualifying `const` token in the `FunctionDecl`'s
|
||||
// return type. Returns `None` when the return type is not `const`-qualified or
|
||||
// `const` does not appear in `Def`'s source like, when the type is an alias or
|
||||
// `const` does not appear in `Def`'s source, like when the type is an alias or
|
||||
// a macro.
|
||||
static llvm::Optional<Token>
|
||||
findConstToRemove(const FunctionDecl *Def,
|
||||
|
|
Loading…
Reference in New Issue