mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
STYLE: fix line length
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
#include "cmInstallFilesCommand.h"
|
||||
|
||||
// cmExecutableCommand
|
||||
bool cmInstallFilesCommand::InitialPass(std::vector<std::string> const& argsIn)
|
||||
bool cmInstallFilesCommand
|
||||
::InitialPass(std::vector<std::string> const& argsIn)
|
||||
{
|
||||
if(argsIn.size() < 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user