Kaydet (Commit) dcac5282 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix warning: statement aligned ... [loplugin]

Change-Id: I8c9da74100d9c3db26ddb3aeaf18b1f199c4a297
üst 60e55c7c
......@@ -332,7 +332,7 @@ IMPL_LINK_NOARG(SdPhotoAlbumDialog, SelectHdl)
mpGraphicFilter->ImportGraphic( aGraphic, sImgUrl, *pStream, nFilter, NULL, nFilterImportFlags );
else
mpGraphicFilter->ImportGraphic( aGraphic, aURLObj, nFilter, NULL, nFilterImportFlags );
delete pStream;
delete pStream;
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment