mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Reindent microdesc_extract_body().
This commit is whitespace-only; I suggest reviewing with -b.
This commit is contained in:
parent
9cbc166ea0
commit
b1552e8814
1 changed files with 15 additions and 15 deletions
|
@ -142,8 +142,8 @@ microdesc_extract_body(microdesc_t *md,
|
|||
{
|
||||
const int copy_body = (where != SAVED_IN_CACHE);
|
||||
|
||||
const char *cp = tor_memstr(s, start_of_next_microdesc-s,
|
||||
"onion-key");
|
||||
const char *cp = tor_memstr(s, start_of_next_microdesc-s, "onion-key");
|
||||
|
||||
const int no_onion_key = (cp == NULL);
|
||||
if (no_onion_key) {
|
||||
cp = s; /* So that we have *some* junk to put in the body */
|
||||
|
|
Loading…
Add table
Reference in a new issue