upnp/upnpstack/dlnawebserver/src/upnphttpsession.cpp
branchRCL_3
changeset 9 5c72fd91570d
parent 0 f5a58ecadc66
child 10 594d15129e2c
--- a/upnp/upnpstack/dlnawebserver/src/upnphttpsession.cpp	Mon Mar 15 12:43:29 2010 +0200
+++ b/upnp/upnpstack/dlnawebserver/src/upnphttpsession.cpp	Tue Aug 31 16:06:48 2010 +0300
@@ -1445,7 +1445,7 @@
 
     CUpnpHttpHeader* hdr = List->First();
 
-	if(hdr != NULL)
+    if(hdr != NULL)
 	{
 		HBufC8* newHeader = NULL;
 		newHeader = HBufC8::NewLC( KTransferPending801().Length() );
@@ -1456,6 +1456,7 @@
 
 		CleanupStack::PopAndDestroy( newHeader );
 	}
+
     msg->SetOutFilenameL( *iOutFilename );
     CleanupStack::Pop( msg );
     NotifyUpperLayerLD( msg );