Reindent microdesc_extract_body().

This commit is whitespace-only; I suggest reviewing with -b.
This commit is contained in:
Nick Mathewson 2019-09-09 15:22:16 -04:00
parent 9cbc166ea0
commit b1552e8814

View file

@ -142,8 +142,8 @@ microdesc_extract_body(microdesc_t *md,
{ {
const int copy_body = (where != SAVED_IN_CACHE); const int copy_body = (where != SAVED_IN_CACHE);
const char *cp = tor_memstr(s, start_of_next_microdesc-s, const char *cp = tor_memstr(s, start_of_next_microdesc-s, "onion-key");
"onion-key");
const int no_onion_key = (cp == NULL); const int no_onion_key = (cp == NULL);
if (no_onion_key) { if (no_onion_key) {
cp = s; /* So that we have *some* junk to put in the body */ cp = s; /* So that we have *some* junk to put in the body */