浏览代码

ENH: Added extra newline in an error message to improve readability.

Brad King 24 年之前
父节点
当前提交
ee86c59cba
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Source/cmSetCommand.cxx

+ 1 - 0
Source/cmSetCommand.cxx

@@ -105,6 +105,7 @@ bool cmSetCommand::InitialPass(std::vector<std::string>& args)
       {
       std::string error = "Error in arguments to cache, expected CACHE found:";
       error += args[cacheStart];
+      error += "\n";
       this->SetError(error.c_str());
       return false;
       }