mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Tab to Space.
This commit is contained in:
parent
0233fbff51
commit
0f1bb8545d
2 changed files with 4 additions and 4 deletions
|
|
@ -233,7 +233,7 @@ void sha1_update( sha1_context *ctx, const unsigned char *input, size_t ilen )
|
|||
size_t fill;
|
||||
uint32_t left;
|
||||
|
||||
// TODO:: Syphurith: Orz. It is said that size_t is an unsigned type..
|
||||
// TODO:: Syphurith: Orz. It is said that size_t is an unsigned type..
|
||||
if( ilen <= 0 )
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue