aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-05-05 21:53:46 -0400
committerNick Mathewson <nickm@torproject.org>2011-05-05 21:53:46 -0400
commit330116f0343e3b7b6632d3bd1b5c9f6bca87872d (patch)
treeae57943cb8d7c0b36e3dc1d11d601c279b4a84ae /src
parentbe7e8f5bb90acbf6717b9a14d21fdf4733c5d9e5 (diff)
downloadtor-330116f0343e3b7b6632d3bd1b5c9f6bca87872d.tar.gz
tor-330116f0343e3b7b6632d3bd1b5c9f6bca87872d.zip
Fix up some check-spaces issues
Diffstat (limited to 'src')
-rw-r--r--src/common/compat.c1
-rw-r--r--src/or/rendclient.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/common/compat.c b/src/common/compat.c
index 3644bd9996..5797374c4b 100644
--- a/src/common/compat.c
+++ b/src/common/compat.c
@@ -2062,7 +2062,6 @@ correct_tm(int islocal, const time_t *timep, struct tm *resultbuf,
return r;
}
-
/** @{ */
/** As localtime_r, but defined for platforms that don't have it:
*
diff --git a/src/or/rendclient.c b/src/or/rendclient.c
index 8d024d8ebb..e4a6d09f8f 100644
--- a/src/or/rendclient.c
+++ b/src/or/rendclient.c
@@ -277,7 +277,7 @@ rend_client_send_introduction(origin_circuit_t *introcirc,
introcirc->_base.purpose = CIRCUIT_PURPOSE_C_INTRODUCE_ACK_WAIT;
return 0;
-perm_err:
+ perm_err:
if (!introcirc->_base.marked_for_close)
circuit_mark_for_close(TO_CIRCUIT(introcirc), END_CIRC_REASON_INTERNAL);
circuit_mark_for_close(TO_CIRCUIT(rendcirc), END_CIRC_REASON_INTERNAL);