Commit 284042eb authored by Kristin Berry's avatar Kristin Berry
Browse files

Removed excess spaces from ProcessExportPds4

parent e3621944
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -478,7 +478,7 @@ namespace Isis {
    FileName outputFile(outFile);

    // Name for output label
    QString path(outputFile.originalPath());
`   QString path(outputFile.originalPath());
    QString name(outputFile.baseName());
    QString labelName = path + "/" + name + ".xml";