Browse Source

Fix up some check-spaces issues

Nick Mathewson 13 years ago
parent
commit
330116f034
2 changed files with 1 additions and 2 deletions
  1. 0 1
      src/common/compat.c
  2. 1 1
      src/or/rendclient.c

+ 0 - 1
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:
  *

+ 1 - 1
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);