Changeset 5ebff60 for lib/md5.c


Ignore:
Timestamp:
2015-02-20T22:50:54Z (10 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
0b9daac, 3d45471, 7733b8c
Parents:
af359b4
git-author:
Indent <please@…> (19-02-15 05:47:20)
git-committer:
dequis <dx@…> (20-02-15 22:50:54)
Message:

Reindent everything to K&R style with tabs

Used uncrustify, with the configuration file in ./doc/uncrustify.cfg

Commit author set to "Indent <please@…>" so that it's easier to
skip while doing git blame.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/md5.c

    raf359b4 r5ebff60  
    1919{
    2020        gsize digest_len = MD5_HASH_SIZE;
     21
    2122        g_checksum_get_digest(*ctx, digest, &digest_len);
    2223        g_checksum_free(*ctx);
     
    2829{
    2930        md5_state_t copy = g_checksum_copy(*ctx);
     31
    3032        md5_finish(&copy, digest);
    3133}
Note: See TracChangeset for help on using the changeset viewer.