upnp/upnpstack/dlnawebserver/src/upnphttpsession.cpp
branchRCL_3
changeset 30 594d15129e2c
parent 29 5c72fd91570d
--- a/upnp/upnpstack/dlnawebserver/src/upnphttpsession.cpp	Tue Aug 31 16:06:48 2010 +0300
+++ b/upnp/upnpstack/dlnawebserver/src/upnphttpsession.cpp	Wed Sep 01 12:27:00 2010 +0100
@@ -1445,7 +1445,7 @@
 
     CUpnpHttpHeader* hdr = List->First();
 
-    if(hdr != NULL)
+	if(hdr != NULL)
 	{
 		HBufC8* newHeader = NULL;
 		newHeader = HBufC8::NewLC( KTransferPending801().Length() );
@@ -1456,7 +1456,6 @@
 
 		CleanupStack::PopAndDestroy( newHeader );
 	}
-
     msg->SetOutFilenameL( *iOutFilename );
     CleanupStack::Pop( msg );
     NotifyUpperLayerLD( msg );