summaryrefslogtreecommitdiff
path: root/src/common/torint.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-04-06 03:44:36 +0000
committerNick Mathewson <nickm@torproject.org>2004-04-06 03:44:36 +0000
commit257d509b91f12dc3f4f380a1238a05264ecb50a8 (patch)
treef68d88e98498d406442396daf5d2c447fbc9d840 /src/common/torint.h
parent1dca309769f94777d210ba3dddf4ba8781191456 (diff)
downloadtor-257d509b91f12dc3f4f380a1238a05264ecb50a8.tar.gz
tor-257d509b91f12dc3f4f380a1238a05264ecb50a8.zip
Document stuff, reduce magic numbers, add emacs magic
svn:r1502
Diffstat (limited to 'src/common/torint.h')
-rw-r--r--src/common/torint.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/common/torint.h b/src/common/torint.h
index d3efe62122..c80404a468 100644
--- a/src/common/torint.h
+++ b/src/common/torint.h
@@ -152,5 +152,12 @@ typedef unsigned __int64 uint64_t;
#error "Missing type uint64_t"
#endif
-
#endif /* __TORINT_H */
+
+/*
+ Local Variables:
+ mode:c
+ indent-tabs-mode:nil
+ c-basic-offset:2
+ End:
+*/