Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlueBlock <danb@pobox.com>2019-08-02 20:48:50 +0300
committerBlueBlock <danb@pobox.com>2019-08-02 20:48:50 +0300
commit4407d24f5d533d61657610ce3ccd487d0a64150a (patch)
tree23ae8f06e9e4be0056fe36e77183d8edfc4f680f /Duplicati/Library/Snapshots
parentca736c74ded70a3ca87d799ecd2863ad526a3efc (diff)
codacy fixes applied
Diffstat (limited to 'Duplicati/Library/Snapshots')
-rw-r--r--Duplicati/Library/Snapshots/UsnJournalService.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/Duplicati/Library/Snapshots/UsnJournalService.cs b/Duplicati/Library/Snapshots/UsnJournalService.cs
index da4a4adfe..3fc44ac00 100644
--- a/Duplicati/Library/Snapshots/UsnJournalService.cs
+++ b/Duplicati/Library/Snapshots/UsnJournalService.cs
@@ -416,7 +416,10 @@ namespace Duplicati.Library.Snapshots
foreach (var folder in volumeData.Folders)
{
- if (m_token.IsCancellationRequested) break;
+ if (m_token.IsCancellationRequested)
+ {
+ break;
+ }
if (path.Equals(folder, Utility.Utility.ClientFilenameStringComparison))
return true; // do not append from previous set, already scanned