summaryrefslogtreecommitdiffstats
path: root/Source/cmcmd.cxx
diff options
context:
space:
mode:
authorBartosz Kosiorek <gang65@poczta.onet.pl>2015-12-06 19:30:44 (GMT)
committerBrad King <brad.king@kitware.com>2015-12-07 15:51:14 (GMT)
commit93cc80aee59cfb328d541ba527d40239ab8348b1 (patch)
treec1f61c159c38125ba7bf9667291e510d25739b79 /Source/cmcmd.cxx
parent0903812b0b8c325913d766b793bbf9438ad6b423 (diff)
downloadCMake-93cc80aee59cfb328d541ba527d40239ab8348b1.zip
CMake-93cc80aee59cfb328d541ba527d40239ab8348b1.tar.gz
CMake-93cc80aee59cfb328d541ba527d40239ab8348b1.tar.bz2
cmake: Refine -E copy_if_different implementation indentation
Diffstat (limited to 'Source/cmcmd.cxx')
-rw-r--r--Source/cmcmd.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmcmd.cxx b/Source/cmcmd.cxx
index 33700a1..c823201 100644
--- a/Source/cmcmd.cxx
+++ b/Source/cmcmd.cxx
@@ -197,8 +197,8 @@ int cmcmd::ExecuteCMakeCommand(std::vector<std::string>& args)
args[args.size() - 1].c_str()))
{
std::cerr << "Error copying file (if different) from \""
- << args[cc] << "\" to \"" << args[args.size() - 1]
- << "\".\n";
+ << args[cc] << "\" to \"" << args[args.size() - 1]
+ << "\".\n";
return_value = 1;
}
}