Style fix.

This commit is contained in:
Adrien Destugues
2014-06-16 11:14:59 +02:00
parent eb718e31d2
commit da802e25b7
@@ -645,8 +645,7 @@ DownloadProgressView::DownloadCanceled()
// Show the cancel notification, and set the progress bar red, only if the
// download was still running. In cases where the file is deleted after
// the download was finished, we don't want these things to happen.
if (fDownload)
{
if (fDownload) {
BNotification success(B_ERROR_NOTIFICATION);
success.SetTitle(B_TRANSLATE("Download aborted"));
success.SetContent(fPath.Leaf());