cmake: Refine -E copy_if_different implementation indentation

This commit is contained in:
Bartosz Kosiorek 2015-12-06 20:30:44 +01:00 committed by Brad King
parent 0903812b0b
commit 93cc80aee5
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}