From 485e9bb12bf5dda318ac0ccbf1d2a1cd86cf8c70 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 5 Nov 2018 01:09:30 +0300 Subject: Fix code style. --- src/utils/base64.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/utils/base64.cpp') diff --git a/src/utils/base64.cpp b/src/utils/base64.cpp index 62ba76f21..5a87f517c 100644 --- a/src/utils/base64.cpp +++ b/src/utils/base64.cpp @@ -102,7 +102,10 @@ unsigned char *php3_base64_decode(const unsigned char *restrict const string, int *restrict const ret_length) { const unsigned char *current = string; - int ch, i = 0, j = 0, k; + int ch; + int i = 0; + int j = 0; + int k; unsigned char *result = static_cast( calloc(length + 1, 1)); -- cgit v1.2.3-70-g09d2