summaryrefslogtreecommitdiffstats
path: root/Source/cmListCommand.cxx
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2008-03-14 20:39:20 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2008-03-14 20:39:20 (GMT)
commit3b1bbcfe15c955b3e4994c4743a8ae460c72b045 (patch)
treec576222e7e74a742e9412a82af81abb670eec99d /Source/cmListCommand.cxx
parent2edb9c4e328eec77e0a56178771a40af4574e5fa (diff)
downloadCMake-3b1bbcfe15c955b3e4994c4743a8ae460c72b045.zip
CMake-3b1bbcfe15c955b3e4994c4743a8ae460c72b045.tar.gz
CMake-3b1bbcfe15c955b3e4994c4743a8ae460c72b045.tar.bz2
STYLE: yeah yeah.
Diffstat (limited to 'Source/cmListCommand.cxx')
-rw-r--r--Source/cmListCommand.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmListCommand.cxx b/Source/cmListCommand.cxx
index 2b7e3f4..4b8fa0a 100644
--- a/Source/cmListCommand.cxx
+++ b/Source/cmListCommand.cxx
@@ -402,7 +402,8 @@ bool cmListCommand
{
if(args.size() < 2)
{
- this->SetError("sub-command REMOVE_DUPLICATES requires a list as an argument.");
+ this->SetError(
+ "sub-command REMOVE_DUPLICATES requires a list as an argument.");
return false;
}
@@ -411,7 +412,8 @@ bool cmListCommand
std::vector<std::string> varArgsExpanded;
if ( !this->GetList(varArgsExpanded, listName.c_str()) )
{
- this->SetError("sub-command REMOVE_DUPLICATES requires list to be present.");
+ this->SetError(
+ "sub-command REMOVE_DUPLICATES requires list to be present.");
return false;
}