diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-15 20:06:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-15 20:06:36 -0400 |
commit | 00ff80e0ae3a07ff3e2148d66d59716bc4630096 (patch) | |
tree | 4d17d4f1bec1a50ac70579cffd720efdcea00e59 /src/common/di_ops.h | |
parent | 10d670674aa49ee6764cf93fe7d3f485a3f9ffd8 (diff) | |
download | tor-00ff80e0ae3a07ff3e2148d66d59716bc4630096.tar.gz tor-00ff80e0ae3a07ff3e2148d66d59716bc4630096.zip |
Fixup whitespace issues from 3122 commit
Diffstat (limited to 'src/common/di_ops.h')
-rw-r--r-- | src/common/di_ops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/di_ops.h b/src/common/di_ops.h index 4a212b0ca2..fa7d86806a 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 + |