core/src/pipe_line.cpp
changeset 78 b3ffff030d5c
parent 0 7f656887cf89
child 86 56b6ee983610
--- a/core/src/pipe_line.cpp	Tue Oct 26 15:36:30 2010 +0100
+++ b/core/src/pipe_line.cpp	Thu Oct 28 16:54:54 2010 +0100
@@ -601,7 +601,7 @@
 				TOverflowTruncate overflow;
 				buf.AppendFormat(KFormat, &overflow, thisPipedCommand.iCommandName, aError);
 				iStderr.Write(buf);
-					if (aError >= 0)
+				if (aError >= 0)
 					{
 					// Terminate 0 shouldn't equate to a completionError of KErrNone
 					aError = KErrDied;