diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-08-13 10:42:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-08-13 10:42:20 -0400 |
commit | 4570805efdca648fa2ade8923cb899679b990bb3 (patch) | |
tree | e4749814a6b8410e87552636aaeac03edf66602f /src/common/util.c | |
parent | 4410f6fb83a82d4d40fe88d0c9003fdd1217c00c (diff) | |
download | tor-4570805efdca648fa2ade8923cb899679b990bb3.tar.gz tor-4570805efdca648fa2ade8923cb899679b990bb3.zip |
Fix whitespace issues
Diffstat (limited to 'src/common/util.c')
-rw-r--r-- | src/common/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c index d064aceae0..4029512978 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -3393,7 +3393,7 @@ format_win_cmdline_argument(const char *arg) /* Allocate space for argument, quotes (if needed), and terminator */ formatted_arg = tor_calloc(sizeof(char), - (smartlist_len(arg_chars) + (need_quotes ? 2 : 0) + 1)); + (smartlist_len(arg_chars) + (need_quotes ? 2 : 0) + 1)); /* Add leading quote */ i=0; |