Commit c09ba40a authored by Marko Mikulicic's avatar Marko Mikulicic Committed by Sergey Lyubka

Cleanup make format target

    PUBLISHED_FROM=5f856af633ca9a10161769caac130fc6452f137f
parent 47d52896
...@@ -1443,7 +1443,8 @@ void cs_sha1_init(cs_sha1_ctx *context) { ...@@ -1443,7 +1443,8 @@ void cs_sha1_init(cs_sha1_ctx *context) {
context->count[0] = context->count[1] = 0; context->count[0] = context->count[1] = 0;
} }
void cs_sha1_update(cs_sha1_ctx *context, const unsigned char *data, uint32_t len) { void cs_sha1_update(cs_sha1_ctx *context, const unsigned char *data,
uint32_t len) {
uint32_t i, j; uint32_t i, j;
j = context->count[0]; j = context->count[0];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment