mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 14:01:21 +00:00
STYLE: Fixed line-too-long.
This commit is contained in:
parent
4a3a9eb883
commit
79d6047117
@ -130,7 +130,8 @@ bool cmDependsC::WriteDependencies(const char *src, const char *obj,
|
||||
{
|
||||
cacheKey+=*i;
|
||||
}
|
||||
std::map<cmStdString, cmStdString>::iterator headerLocationIt=this->HeaderLocationCache.find(cacheKey);
|
||||
std::map<cmStdString, cmStdString>::iterator
|
||||
headerLocationIt=this->HeaderLocationCache.find(cacheKey);
|
||||
if (headerLocationIt!=this->HeaderLocationCache.end())
|
||||
{
|
||||
fullName=headerLocationIt->second;
|
||||
|
Loading…
Reference in New Issue
Block a user