mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
STYLE: Fix some style issues
This commit is contained in:
@@ -9,15 +9,16 @@
|
||||
Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved.
|
||||
See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
|
||||
|
||||
This software is distributed WITHOUT ANY WARRANTY; without even
|
||||
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
||||
This software is distributed WITHOUT ANY WARRANTY; without even
|
||||
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
||||
PURPOSE. See the above copyright notices for more information.
|
||||
|
||||
=========================================================================*/
|
||||
#include "cmAddDefinitionsCommand.h"
|
||||
|
||||
// cmAddDefinitionsCommand
|
||||
bool cmAddDefinitionsCommand::InitialPass(std::vector<std::string> const& args)
|
||||
bool cmAddDefinitionsCommand::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