summaryrefslogtreecommitdiffstats
path: root/Source/cmExecProgramCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-10 19:08:38 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-10 19:08:38 (GMT)
commitbb88ef5e41c2308db4e3fbd8c4e082495f45e389 (patch)
tree6a4613f8d0728b83bb744ef78f008e308b0f8704 /Source/cmExecProgramCommand.cxx
parent14781101fd43a68ea5226f067022df30fa8464b4 (diff)
downloadCMake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.zip
CMake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.tar.gz
CMake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmExecProgramCommand.cxx')
-rw-r--r--Source/cmExecProgramCommand.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmExecProgramCommand.cxx b/Source/cmExecProgramCommand.cxx
index b201b72..3acf36a 100644
--- a/Source/cmExecProgramCommand.cxx
+++ b/Source/cmExecProgramCommand.cxx
@@ -112,7 +112,8 @@ bool cmExecProgramCommand::InitialPass(std::vector<std::string> const& args)
}
else
{
- result = cmSystemTools::RunCommand(command.c_str(), output, retVal, 0, verbose);
+ result = cmSystemTools::RunCommand(command.c_str(), output,
+ retVal, 0, verbose);
}
if(!result)
{