whitespace fixes

This commit is contained in:
Nick Mathewson 2015-04-30 13:38:39 -04:00
parent e9308a8341
commit e8814816c7
3 changed files with 10 additions and 11 deletions

View File

@ -5753,7 +5753,6 @@ node_describe_longname_by_id,(const char *id_digest))
return longname;
}
/** Return either the onion address if the given pointer is a non empty
* string else the unknown string. */
static const char *
@ -5777,7 +5776,6 @@ end:
return str_ret;
}
/** send HS_DESC requested event.
*
* <b>rend_query</b> is used to fetch requested onion address and auth type.

View File

@ -1502,3 +1502,4 @@ error:
rend_data_free(rend_data);
return NULL;
}