fix: code format for clang-format setting

This commit is contained in:
panxueqian 2020-07-04 17:04:44 +08:00
parent a4e7b93917
commit 8b5fcf9358
2 changed files with 7 additions and 7 deletions

View File

@ -885,8 +885,8 @@ public:
Usr usr1 = getUsr(d1, &info1);
IndexType &type1 = db->toType(usr1);
SourceLocation sl1 = d1->getLocation();
type1.def.spell = {
Use{{fromTokenRange(sm, lang, {sl1, sl1}), Role::Definition},
type1.def.spell = {Use{{fromTokenRange(sm, lang, {sl1, sl1}),
Role::Definition},
lid},
fromTokenRange(sm, lang, sr1)};
type1.def.detailed_name = intern(info1->short_name);