mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix a check-spaces complaint
This commit is contained in:
committed by
Nick Mathewson
parent
4aa0aa0300
commit
d7d6da28d4
@@ -4427,7 +4427,8 @@ microdescs_parse_from_string(const char *s, const char *eos,
|
||||
|
||||
/** Return true iff this Tor version can answer directory questions
|
||||
* about microdescriptors. */
|
||||
int tor_version_supports_microdescriptors(const char *platform)
|
||||
int
|
||||
tor_version_supports_microdescriptors(const char *platform)
|
||||
{
|
||||
return tor_version_as_new_as(platform, "0.2.3.1-alpha");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user