Browse Source

Wrong indentation from 362cf8c2

Source commit: 332832da5ad79206e1a0efe6140630001b99ae72
Martin Prikryl 4 years ago
parent
commit
93434a1d24
1 changed files with 4 additions and 4 deletions
  1. 4 4
      source/core/S3FileSystem.cpp

+ 4 - 4
source/core/S3FileSystem.cpp

@@ -1046,10 +1046,10 @@ void __fastcall TS3FileSystem::DeleteFile(const UnicodeString AFileName,
   UnicodeString BucketName, Key;
   ParsePath(FileName, BucketName, Key);
 
-    if (!Key.IsEmpty() && Dir)
-    {
-      Key = GetFolderKey(Key);
-    }
+  if (!Key.IsEmpty() && Dir)
+  {
+    Key = GetFolderKey(Key);
+  }
 
   TLibS3BucketContext BucketContext = GetBucketContext(BucketName, Key);