patch 8.1.1194: typos and small problems in source files

Problem:    Typos and small problems in source files.
Solution:   Small fixes.
diff --git a/src/userfunc.c b/src/userfunc.c
index 41c660c..bd7d2f7 100644
--- a/src/userfunc.c
+++ b/src/userfunc.c
@@ -508,7 +508,8 @@
 		*error = ERROR_SCRIPT;
 	    else
 	    {
-		sprintf((char *)fname_buf + 3, "%ld_", (long)current_sctx.sc_sid);
+		sprintf((char *)fname_buf + 3, "%ld_",
+						    (long)current_sctx.sc_sid);
 		i = (int)STRLEN(fname_buf);
 	    }
 	}