[PECL-CVS] [pecl-networking-ssh2] master: Fix whitespace

[email protected] (Rasmus Lerdorf) Sat, 4 Apr 2026 10:54:52 +0000
Newsgroups php.pecl.cvs
Message-ID <[email protected]>
Author: Rasmus Lerdorf (rlerdorf)
Date: 2026-04-04T06:54:49-04:00

Commit: https://github.com/php/pecl-networking-ssh2/commit/2b60b65995ac3cff2e20feb4c1473b3fc55bed1f
Raw diff: https://github.com/php/pecl-networking-ssh2/commit/2b60b65995ac3cff2e20feb4c1473b3fc55bed1f.diff

Fix whitespace

Changed paths:
  M  ssh2_fopen_wrappers.c


Diff:

diff --git a/ssh2_fopen_wrappers.c b/ssh2_fopen_wrappers.c
index a1e8b6c..99b44a6 100644
--- a/ssh2_fopen_wrappers.c
+++ b/ssh2_fopen_wrappers.c
@@ -957,11 +957,11 @@ static php_stream_wrapper_ops php_ssh2_exec_stream_wops = {
 	NULL, /* stat_url */
 	NULL, /* opendir */
 	"ssh2.exec",  /* label */
-        NULL, /* unlink */
-        NULL, /* rename */
-        NULL, /* mkdir */
-        NULL, /* rmdir */
-        NULL  /* stream_metadata */
+	NULL, /* unlink */
+	NULL, /* rename */
+	NULL, /* mkdir */
+	NULL, /* rmdir */
+	NULL  /* stream_metadata */
 };
 
 php_stream_wrapper php_ssh2_stream_wrapper_exec = {
@@ -1103,11 +1103,11 @@ static php_stream_wrapper_ops php_ssh2_scp_stream_wops = {
 	NULL, /* stat_url */
 	NULL, /* opendir */
 	"ssh2.scp",  /* label */
-        NULL, /* unlink */
-        NULL, /* rename */
-        NULL, /* mkdir */
-        NULL, /* rmdir */
-        NULL  /* stream_metadata */
+	NULL, /* unlink */
+	NULL, /* rename */
+	NULL, /* mkdir */
+	NULL, /* rmdir */
+	NULL  /* stream_metadata */
 };
 
 php_stream_wrapper php_ssh2_stream_wrapper_scp = {
@@ -1390,11 +1390,11 @@ static php_stream_wrapper_ops php_ssh2_tunnel_stream_wops = {
 	NULL, /* stat_url */
 	NULL, /* opendir */
 	"ssh2.tunnel",  /* label */
-        NULL, /* unlink */
-        NULL, /* rename */
-        NULL, /* mkdir */
-        NULL, /* rmdir */
-        NULL  /* stream_metadata */
+	NULL, /* unlink */
+	NULL, /* rename */
+	NULL, /* mkdir */
+	NULL, /* rmdir */
+	NULL  /* stream_metadata */
 };
 
 php_stream_wrapper php_ssh2_stream_wrapper_tunnel = {