aboutsummaryrefslogtreecommitdiff
path: root/src/or/buffers.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2003-04-07 02:12:02 +0000
committerNick Mathewson <nickm@torproject.org>2003-04-07 02:12:02 +0000
commitc217b1ca711538d5c6e49a56c1047e021eb0fb3c (patch)
tree39286439eb4e9e8481fb440d1de8a7c81291c1f9 /src/or/buffers.c
parentafa95ca47c06232f7395af0f7197eab61e1d91c3 (diff)
downloadtor-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.c7
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:
+*/