mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
STYLE: fix line lengths
This commit is contained in:
@@ -36,7 +36,8 @@ public:
|
||||
/**
|
||||
* Add watch to the variable
|
||||
*/
|
||||
void AddWatch(const std::string& variable, WatchMethod method, void* client_data=0);
|
||||
void AddWatch(const std::string& variable, WatchMethod method,
|
||||
void* client_data=0);
|
||||
void RemoveWatch(const std::string& variable, WatchMethod method);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user