Parcourir la source

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

Brad King il y a 24 ans
Parent
commit
ee86c59cba
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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:";
       std::string error = "Error in arguments to cache, expected CACHE found:";
       error += args[cacheStart];
       error += args[cacheStart];
+      error += "\n";
       this->SetError(error.c_str());
       this->SetError(error.c_str());
       return false;
       return false;
       }
       }