diff options
author | Nick Mathewson <nickm@torproject.org> | 2003-04-07 02:12:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2003-04-07 02:12:02 +0000 |
commit | c217b1ca711538d5c6e49a56c1047e021eb0fb3c (patch) | |
tree | 39286439eb4e9e8481fb440d1de8a7c81291c1f9 /src/or/buffers.c | |
parent | afa95ca47c06232f7395af0f7197eab61e1d91c3 (diff) | |
download | tor-c217b1ca711538d5c6e49a56c1047e021eb0fb3c.tar tor-c217b1ca711538d5c6e49a56c1047e021eb0fb3c.tar.gz |
Add magic to end of C files to make emacs happy; split test invocation into separate file.
svn:r224
Diffstat (limited to 'src/or/buffers.c')
-rw-r--r-- | src/or/buffers.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c index 074b8be2c..41889fc9f 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -252,3 +252,10 @@ int find_on_inbuf(char *string, int string_len, return -1; } +/* + Local Variables: + mode:c + indent-tabs-mode:nil + c-basic-offset:2 + End: +*/ |