Ver código fonte

Don't add trailing whitespace to error message.

Stephen Kelly 12 anos atrás
pai
commit
5fb58b8686
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Source/cmTarget.cxx

+ 1 - 1
Source/cmTarget.cxx

@@ -3206,7 +3206,7 @@ static void processIncludeDirectories(cmTarget *tgt,
           {
           e << "Target \"" << (*it)->TargetName << "\" contains relative "
             "path in its INTERFACE_INCLUDE_DIRECTORIES:\n"
-            "  \"" << *li << "\" ";
+            "  \"" << *li << "\"";
           }
         else
           {