mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
enforce whitespace style
svn:r5984
This commit is contained in:
parent
f03ce29c6d
commit
ae4f0467c8
1 changed files with 2 additions and 1 deletions
|
@ -1038,7 +1038,8 @@ connection_bucket_write_limit(connection_t *conn)
|
||||||
|
|
||||||
/** Return 1 if the global write bucket has no bytes in it,
|
/** Return 1 if the global write bucket has no bytes in it,
|
||||||
* or return 0 if it does. */
|
* or return 0 if it does. */
|
||||||
int global_write_bucket_empty(void)
|
int
|
||||||
|
global_write_bucket_empty(void)
|
||||||
{
|
{
|
||||||
return global_write_bucket <= 0;
|
return global_write_bucket <= 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue