From da802e25b747b4c1c280d3be5acfeb2d2fc18fef Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Mon, 16 Jun 2014 11:14:00 +0200 Subject: [PATCH] Style fix. --- src/apps/webpositive/DownloadProgressView.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/apps/webpositive/DownloadProgressView.cpp b/src/apps/webpositive/DownloadProgressView.cpp index cc1ff7bc61..52eaa9be81 100644 --- a/src/apps/webpositive/DownloadProgressView.cpp +++ b/src/apps/webpositive/DownloadProgressView.cpp @@ -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());