This is an automated email from the ASF dual-hosted git repository.

mxmanghi pushed a commit to branch tcl-novem
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git


The following commit(s) were added to refs/heads/tcl-novem by this push:
     new e228acc  removing trailing spaces
e228acc is described below

commit e228acce9780d25243272f5a931d57e0f7875136
Author: Massimo Manghi <mxman...@apache.org>
AuthorDate: Thu Apr 10 12:15:42 2025 +0200

    removing trailing spaces
---
 src/mod_rivet_ng/TclWebapache.c | 2 +-
 src/mod_rivet_ng/rivetCore.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mod_rivet_ng/TclWebapache.c b/src/mod_rivet_ng/TclWebapache.c
index ae1217f..2c3e6c2 100644
--- a/src/mod_rivet_ng/TclWebapache.c
+++ b/src/mod_rivet_ng/TclWebapache.c
@@ -800,7 +800,7 @@ char *TclWeb_StringToUtf (char *in,TclWebRequest *req)
     char *tmp;
     Tcl_DString dstr;
 
-    Tcl_DStringInit(&dstr);    
+    Tcl_DStringInit(&dstr);
     tmp = (char*) 
apr_pstrdup(req->req->pool,Tcl_ExternalToUtfDString(NULL,in,(signed)strlen(in),&dstr));
     Tcl_DStringFree(&dstr);
     return tmp;
diff --git a/src/mod_rivet_ng/rivetCore.c b/src/mod_rivet_ng/rivetCore.c
index 2dd1873..0c21271 100644
--- a/src/mod_rivet_ng/rivetCore.c
+++ b/src/mod_rivet_ng/rivetCore.c
@@ -138,7 +138,7 @@ TCL_CMD_HEADER( Rivet_MakeURL )
     }
     else
     {
-       Tcl_Size target_length;
+        Tcl_Size target_length;
         url_target_name = Tcl_GetStringFromObj(objv[1],&target_length);
 
         // we check the first character for a '/' (absolute path)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org
For additional commands, e-mail: commits-h...@tcl.apache.org

Reply via email to