diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-06-09 19:03:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-06-09 19:03:31 +0000 |
commit | 08318237636f16badf8fb81e0936766c7129515f (patch) | |
tree | 9185217320870f62c19a9be2ebd81cc337100710 /src/or/rendmid.c | |
parent | ed426e6ac540d78b355acbddb255daf56e32f381 (diff) | |
download | tor-08318237636f16badf8fb81e0936766c7129515f.tar.gz tor-08318237636f16badf8fb81e0936766c7129515f.zip |
Change end-of-file NLNL convention. It turns out arma I and I agree.
svn:r4382
Diffstat (limited to 'src/or/rendmid.c')
-rw-r--r-- | src/or/rendmid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendmid.c b/src/or/rendmid.c index d56c9b1aaa..fe6935a8f9 100644 --- a/src/or/rendmid.c +++ b/src/or/rendmid.c @@ -289,3 +289,4 @@ rend_mid_rendezvous(circuit_t *circ, const char *request, size_t request_len) circuit_mark_for_close(circ); return -1; } + |