mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-01 04:08:46 -06:00
STYLE: fix line lengths
This commit is contained in:
@@ -191,7 +191,8 @@ public:
|
||||
// language has its own list because integrity may be checked
|
||||
// differently.
|
||||
struct IntegrityCheckSet: public std::set<cmSourceFile *> {};
|
||||
struct IntegrityCheckSetMap: public std::map<cmStdString, IntegrityCheckSet> {};
|
||||
struct IntegrityCheckSetMap: public std::map<cmStdString, IntegrityCheckSet>
|
||||
{};
|
||||
std::map<cmStdString, IntegrityCheckSetMap> &GetIntegrityCheckSet()
|
||||
{ return m_CheckDependFiles;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user