mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
STYLE: fix line length
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
#include "cmRemoveDefinitionsCommand.h"
|
||||
|
||||
// cmRemoveDefinitionsCommand
|
||||
bool cmRemoveDefinitionsCommand::InitialPass(std::vector<std::string> const& args)
|
||||
bool cmRemoveDefinitionsCommand
|
||||
::InitialPass(std::vector<std::string> const& args)
|
||||
{
|
||||
// it is OK to have no arguments
|
||||
if(args.size() < 1 )
|
||||
|
||||
Reference in New Issue
Block a user