Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
3da737ac
Commit
3da737ac
authored
Aug 10, 2006
by
Nick Mathewson
🐻
Browse files
r7303@Kushana: nickm | 2006-08-10 01:52:19 -0700
whitespace fixes svn:r7011
parent
74df271e
Changes
5
Show whitespace changes
Inline
Side-by-side
contrib/checkSpace.pl
View file @
3da737ac
...
...
@@ -91,7 +91,7 @@ for $fn (@ARGV) {
## Warn about functions not declared at start of line.
if
(
$in_func_head
||
(
$fn
!~
/\.h$/
&&
/^[a-zA-Z0-9_]/
&&
!
/^(?:static )
?
(?:typedef|struct|union)[^\(]*$/
&&
!
/^(?:
const |
static )
*
(?:typedef|struct|union)[^\(]*$/
&&
!
/= *\{$/
&&
!
/;$/
))
{
if
(
/.\{$/
){
print
"
fn() {:
$fn
:$.
\n
";
...
...
src/or/config.c
View file @
3da737ac
...
...
@@ -3577,7 +3577,8 @@ init_libevent(void)
#ifdef HAVE_EVENT_GET_VERSION
ver
=
event_get_version
();
#endif
tor_assert
(
ver
);
/* If we're 1.1b or later, we'd better have get_version()*/
/* If we're 1.1b or later, we'd better have get_version() */
tor_assert
(
ver
);
log
(
LOG_NOTICE
,
LD_GENERAL
,
"Enabling experimental OS X kqueue support "
"with libevent %s. If this turns out to not work, "
"set the environment variable EVENT_NOKQUEUE, and tell the Tor "
...
...
src/or/connection_edge.c
View file @
3da737ac
src/or/control.c
View file @
3da737ac
src/or/dns.c
View file @
3da737ac
...
...
@@ -272,8 +272,8 @@ purge_expired_resolves(uint32_t now)
if
(
resolve
->
state
==
CACHE_STATE_PENDING
)
{
log_debug
(
LD_EXIT
,
"Expiring a dns resolve %s that's still pending. Forgot to
cull
"
" it? DNS resolve didn't tell us about the timeout?"
,
"Expiring a dns resolve %s that's still pending. Forgot to "
"
cull
it? DNS resolve didn't tell us about the timeout?"
,
escaped_safe_str
(
resolve
->
address
));
}
else
if
(
resolve
->
state
==
CACHE_STATE_CACHED_VALID
||
resolve
->
state
==
CACHE_STATE_CACHED_FAILED
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment