mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Clean indent.
This commit is contained in:
parent
17c35cb331
commit
938ef76182
|
|
@ -144,14 +144,14 @@ typedef struct md5_ctx md5_ctx;
|
||||||
/* Structure to save state of computation between the single steps. */
|
/* Structure to save state of computation between the single steps. */
|
||||||
struct md5_ctx
|
struct md5_ctx
|
||||||
{
|
{
|
||||||
uint32_t A;
|
uint32_t A;
|
||||||
uint32_t B;
|
uint32_t B;
|
||||||
uint32_t C;
|
uint32_t C;
|
||||||
uint32_t D;
|
uint32_t D;
|
||||||
|
|
||||||
uint32_t total[2];
|
uint32_t total[2];
|
||||||
uint32_t buflen;
|
uint32_t buflen;
|
||||||
uint32_t buffer[32];
|
uint32_t buffer[32];
|
||||||
};
|
};
|
||||||
|
|
||||||
struct rzip_control {
|
struct rzip_control {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue