Issue #1182374 by lyricnz, xendil, sivaji, brianV: Code style fixes for includes/filetransfer.

merge-requests/26/head
David Rothstein 2014-11-01 13:49:22 -04:00
parent ac660408ac
commit e9bca3a0c2
1 changed files with 4 additions and 2 deletions

View File

@ -72,7 +72,8 @@ class FileTransferSSH extends FileTransfer implements FileTransferChmodInterface
return TRUE; return TRUE;
} }
return FALSE; return FALSE;
} else { }
else {
throw new FileTransferException('Cannot check @path.', NULL, array('@path' => $path)); throw new FileTransferException('Cannot check @path.', NULL, array('@path' => $path));
} }
} }
@ -85,7 +86,8 @@ class FileTransferSSH extends FileTransfer implements FileTransferChmodInterface
return TRUE; return TRUE;
} }
return FALSE; return FALSE;
} else { }
else {
throw new FileTransferException('Cannot check @path.', NULL, array('@path' => $path)); throw new FileTransferException('Cannot check @path.', NULL, array('@path' => $path));
} }
} }