diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-06-09 16:46:51 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-06-09 16:46:51 +0000 |
commit | a6f51001a5d18c5de9a333db71390195debc7b01 (patch) | |
tree | ff70b1a26966509062e1aebbe91886497705b270 /src/common/aes.h | |
parent | 0a234af4658a3fbb92f76af7f9a29caf5fe84ef1 (diff) | |
download | tor-a6f51001a5d18c5de9a333db71390195debc7b01.tar tor-a6f51001a5d18c5de9a333db71390195debc7b01.tar.gz |
New whitespace normalization rule: no blank line at EOF.
svn:r4378
Diffstat (limited to 'src/common/aes.h')
-rw-r--r-- | src/common/aes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/aes.h b/src/common/aes.h index 44e8b0091..693880a7c 100644 --- a/src/common/aes.h +++ b/src/common/aes.h @@ -28,4 +28,3 @@ void aes_set_counter(aes_cnt_cipher_t *cipher, uint64_t counter); void aes_adjust_counter(aes_cnt_cipher_t *cipher, long delta); #endif - |