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:
+2
-1
@@ -2308,7 +2308,8 @@ is_router_version_good_for_possible_guard(const char *platform)
|
||||
|
||||
tor_assert(platform);
|
||||
|
||||
if (strcmpstart(platform,"Tor ")) /* nonstandard Tor; be safe and say yes */
|
||||
/* nonstandard Tor; be safe and say yes */
|
||||
if (strcmpstart(platform,"Tor "))
|
||||
return 1;
|
||||
|
||||
start = (char *)eat_whitespace(platform+3);
|
||||
|
||||
Reference in New Issue
Block a user