Skip to content

Commit 0be6ecb

Browse files
committed
fix indention
1 parent 8ca4352 commit 0be6ecb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/hash/hash_gost.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,13 @@ static inline void GostTransform(PHP_GOST_CTX *context, const unsigned char inpu
243243
PHP_HASH_API void PHP_GOSTInit(PHP_GOST_CTX *context)
244244
{
245245
memset(context, 0, sizeof(*context));
246-
context->tables = &tables_test;
246+
context->tables = &tables_test;
247247
}
248248

249249
PHP_HASH_API void PHP_GOSTInitCrypto(PHP_GOST_CTX *context)
250250
{
251-
PHP_GOSTInit(context);
252-
context->tables = &tables_crypto;
251+
PHP_GOSTInit(context);
252+
context->tables = &tables_crypto;
253253
}
254254

255255
static const php_hash_uint32 MAX32 = 0xffffffffLU;

0 commit comments

Comments
 (0)