Skip to content

Commit 2b60b65

Browse files
committed
Fix whitespace
1 parent 8d9b6b4 commit 2b60b65

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

ssh2_fopen_wrappers.c

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -957,11 +957,11 @@ static php_stream_wrapper_ops php_ssh2_exec_stream_wops = {
957957
NULL, /* stat_url */
958958
NULL, /* opendir */
959959
"ssh2.exec", /* label */
960-
NULL, /* unlink */
961-
NULL, /* rename */
962-
NULL, /* mkdir */
963-
NULL, /* rmdir */
964-
NULL /* stream_metadata */
960+
NULL, /* unlink */
961+
NULL, /* rename */
962+
NULL, /* mkdir */
963+
NULL, /* rmdir */
964+
NULL /* stream_metadata */
965965
};
966966

967967
php_stream_wrapper php_ssh2_stream_wrapper_exec = {
@@ -1103,11 +1103,11 @@ static php_stream_wrapper_ops php_ssh2_scp_stream_wops = {
11031103
NULL, /* stat_url */
11041104
NULL, /* opendir */
11051105
"ssh2.scp", /* label */
1106-
NULL, /* unlink */
1107-
NULL, /* rename */
1108-
NULL, /* mkdir */
1109-
NULL, /* rmdir */
1110-
NULL /* stream_metadata */
1106+
NULL, /* unlink */
1107+
NULL, /* rename */
1108+
NULL, /* mkdir */
1109+
NULL, /* rmdir */
1110+
NULL /* stream_metadata */
11111111
};
11121112

11131113
php_stream_wrapper php_ssh2_stream_wrapper_scp = {
@@ -1390,11 +1390,11 @@ static php_stream_wrapper_ops php_ssh2_tunnel_stream_wops = {
13901390
NULL, /* stat_url */
13911391
NULL, /* opendir */
13921392
"ssh2.tunnel", /* label */
1393-
NULL, /* unlink */
1394-
NULL, /* rename */
1395-
NULL, /* mkdir */
1396-
NULL, /* rmdir */
1397-
NULL /* stream_metadata */
1393+
NULL, /* unlink */
1394+
NULL, /* rename */
1395+
NULL, /* mkdir */
1396+
NULL, /* rmdir */
1397+
NULL /* stream_metadata */
13981398
};
13991399

14001400
php_stream_wrapper php_ssh2_stream_wrapper_tunnel = {

0 commit comments

Comments
 (0)