Parcourir la source

Whitespace

Source commit: d1626c10af2c823a37cace27cc6fb3a3feab51ec
Martin Prikryl il y a 8 ans
Parent
commit
e3ef4c6274
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/forms/CustomScpExplorer.cpp

@@ -4960,7 +4960,7 @@ void __fastcall TCustomScpExplorerForm::DoSynchronize(
       Synchronize(LocalDirectory, RemoteDirectory, smRemote, CopyParam,
         PParams, Checklist, Options);
     }
-    catch(Exception & E)
+    catch (Exception & E)
     {
       ShowExtendedExceptionEx(Terminal, &E);
       throw;