mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05: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