mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
STYLE: fix line length
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
|
||||
#include "cmPropertyDefinition.h"
|
||||
|
||||
class cmPropertyDefinitionMap : public std::map<cmStdString,cmPropertyDefinition>
|
||||
class cmPropertyDefinitionMap :
|
||||
public std::map<cmStdString,cmPropertyDefinition>
|
||||
{
|
||||
public:
|
||||
// define the property
|
||||
|
||||
Reference in New Issue
Block a user