[njs] Style: removed excessive empty line intoduced in 3acc8a1d9088.

Dmitry Volyntsev xeioex at nginx.com
Fri Jul 15 03:56:47 UTC 2022


details:   https://hg.nginx.org/njs/rev/36a6dfe84da4
branches:  
changeset: 1907:36a6dfe84da4
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Thu Jul 14 20:16:34 2022 -0700
description:
Style: removed excessive empty line intoduced in 3acc8a1d9088.

diffstat:

 src/njs_string.c |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 3acc8a1d9088 -r 36a6dfe84da4 src/njs_string.c
--- a/src/njs_string.c	Tue Jul 12 08:56:35 2022 -0700
+++ b/src/njs_string.c	Thu Jul 14 20:16:34 2022 -0700
@@ -316,7 +316,6 @@ njs_encode_hex_length(const njs_str_t *s
 void
 njs_encode_base64(njs_str_t *dst, const njs_str_t *src)
 {
-
     njs_encode_base64_core(dst, src, njs_basis64_enc, 1);
 }
 



More information about the nginx-devel mailing list