mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
STYLE: fix line lengths
This commit is contained in:
@@ -75,7 +75,8 @@ private:
|
||||
cmStdString Name;
|
||||
std::vector<CurrentClass> NestedClasses;
|
||||
CurrentClass() {}
|
||||
void AddFileNamesForPrinting(std::vector<cmStdString> *files, const char* prefix, const char* sep);
|
||||
void AddFileNamesForPrinting(std::vector<cmStdString> *files,
|
||||
const char* prefix, const char* sep);
|
||||
};
|
||||
cmStdString CurrentPackage;
|
||||
cmStdString::size_type InputBufferPos;
|
||||
|
||||
Reference in New Issue
Block a user