aboutsummaryrefslogtreecommitdiff
path: root/src/common/di_ops.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-05-15 20:06:36 -0400
committerNick Mathewson <nickm@torproject.org>2011-05-15 20:06:36 -0400
commit00ff80e0ae3a07ff3e2148d66d59716bc4630096 (patch)
tree4d17d4f1bec1a50ac70579cffd720efdcea00e59 /src/common/di_ops.h
parent10d670674aa49ee6764cf93fe7d3f485a3f9ffd8 (diff)
downloadtor-00ff80e0ae3a07ff3e2148d66d59716bc4630096.tar
tor-00ff80e0ae3a07ff3e2148d66d59716bc4630096.tar.gz
Fixup whitespace issues from 3122 commit
Diffstat (limited to 'src/common/di_ops.h')
-rw-r--r--src/common/di_ops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/di_ops.h b/src/common/di_ops.h
index 4a212b0ca..fa7d86806 100644
--- a/src/common/di_ops.h
+++ b/src/common/di_ops.h
@@ -28,3 +28,4 @@ int tor_memeq(const void *a, const void *b, size_t sz);
#define fast_memneq(a,b,c) (0!=memcmp((a),(b),(c)))
#endif
+