diff options
author | Roger Dingledine <arma@torproject.org> | 2003-12-17 21:14:13 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-12-17 21:14:13 +0000 |
commit | eb730c41c8a799bc61dfd7d106443fe467921caa (patch) | |
tree | 20154333f62aadb2d851d42baae6dc30a57067bf /src/common/aes.c | |
parent | 6a19e64066fc0fb362db9b16e386008807d0984c (diff) | |
download | tor-eb730c41c8a799bc61dfd7d106443fe467921caa.tar.gz tor-eb730c41c8a799bc61dfd7d106443fe467921caa.zip |
clean tabs, trailing whitespace
svn:r952
Diffstat (limited to 'src/common/aes.c')
-rw-r--r-- | src/common/aes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/aes.c b/src/common/aes.c index ed3397ec40..1d9f916165 100644 --- a/src/common/aes.c +++ b/src/common/aes.c @@ -44,7 +44,7 @@ struct aes_cnt_cipher { u8 pos; }; -static void +static void _aes_fill_buf(aes_cnt_cipher_t *cipher) { u32 counter0 = cipher->counter0; |