diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2009-05-05 16:34:15 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-05-05 11:12:41 -0400 |
commit | b9b16ef9a5c7c84f41f95e0e2c8266f4c1e2dce2 (patch) | |
tree | 706450d06c2a8dbeca3a7b81b93e41c0de1307d3 /src/common | |
parent | deea710cdcbbcdafa9fd67f8f9a7e85f7fdbb652 (diff) | |
download | tor-b9b16ef9a5c7c84f41f95e0e2c8266f4c1e2dce2.tar.gz tor-b9b16ef9a5c7c84f41f95e0e2c8266f4c1e2dce2.zip |
Add a missing newline
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/util.c b/src/common/util.c index 69cc0c4951..c1b3ea5507 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -2569,3 +2569,4 @@ libor_get_digests(void) #include "common_sha1.i" ; } + |