Sfoglia il codice sorgente

Code indentation

Source commit: 3ec320919fd29f073c8fc170fcb790e808b81056
Martin Prikryl 1 anno fa
parent
commit
29f6f25840
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      source/core/S3FileSystem.cpp

+ 1 - 1
source/core/S3FileSystem.cpp

@@ -318,7 +318,7 @@ static UnicodeString GetS3ConfigValue(
 
         if (S3SecurityProfile.IsEmpty())
         {
-            AppLog(L"No AWS security credentials role detected");
+          AppLog(L"No AWS security credentials role detected");
         }
         else
         {