mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r16132@tombo: nickm | 2008-06-10 14:39:19 -0400
Whitespace fix svn:r15101
This commit is contained in:
+3
-1
@@ -2210,8 +2210,10 @@ note_client_request(int purpose, int compressed, size_t bytes)
|
||||
tor_free(key);
|
||||
}
|
||||
|
||||
/** DOCDOC */
|
||||
static void
|
||||
ensure_request_map_initialized(void) {
|
||||
ensure_request_map_initialized(void)
|
||||
{
|
||||
if (!request_map)
|
||||
request_map = strmap_new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user