[clang-tidy][NFC] Fix typo.

Fix placement of comma from previous (test) commit.

llvm-svn: 353525
This commit is contained in:
Yitzhak Mandelbaum 2019-02-08 15:05:57 +00:00
parent 942c273d64
commit f6be5573dc
1 changed files with 1 additions and 1 deletions

View File

@ -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,