mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-16 09:51:56 +00:00
refactoring: run clang-format against code
This commit is contained in:
@@ -71,7 +71,7 @@ static void unicode_strdown(gunichar *str)
|
||||
++str;
|
||||
}
|
||||
}
|
||||
}
|
||||
} // namespace
|
||||
|
||||
bool DictInfo::load_from_ifo_file(const std::string &ifofilename,
|
||||
bool istreedict)
|
||||
@@ -826,7 +826,7 @@ bool WordListIndex::lookup(const char *str, glong &idx)
|
||||
}
|
||||
return bFound;
|
||||
}
|
||||
}
|
||||
} // namespace
|
||||
|
||||
bool SynFile::load(const std::string &url, gulong wc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user