From 3b1bbcfe15c955b3e4994c4743a8ae460c72b045 Mon Sep 17 00:00:00 2001 From: Sebastien Barre Date: Fri, 14 Mar 2008 16:39:20 -0400 Subject: STYLE: yeah yeah. --- Source/cmListCommand.cxx | 6 ++++-- 1 file 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 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; } -- cgit v0.12