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
The Tor Project
Core
Tor
Commits
08318237
Commit
08318237
authored
Jun 09, 2005
by
Nick Mathewson
👁
Browse files
Change end-of-file NLNL convention. It turns out arma I and I agree.
svn:r4382
parent
ed426e6a
Changes
49
Hide whitespace changes
Inline
Side-by-side
contrib/checkSpace.pl
View file @
08318237
...
...
@@ -75,7 +75,7 @@ for $fn (@ARGV) {
}
}
}
if
(
$lastnil
)
{
if
(
!
$lastnil
)
{
print
"
EOL
\@
EOF:
$fn
:$.
\n
";
}
close
(
F
);
...
...
src/common/aes.c
View file @
08318237
...
...
@@ -812,3 +812,4 @@ void rijndaelEncrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr, const u8 pt[16], u8 c
rk
[
3
];
PUTU32
(
ct
+
12
,
s3
);
}
src/common/aes.h
View file @
08318237
...
...
@@ -28,3 +28,4 @@ void aes_set_counter(aes_cnt_cipher_t *cipher, uint64_t counter);
void
aes_adjust_counter
(
aes_cnt_cipher_t
*
cipher
,
long
delta
);
#endif
src/common/compat.c
View file @
08318237
...
...
@@ -1031,3 +1031,4 @@ int network_init(void)
#endif
return
0
;
}
src/common/compat.h
View file @
08318237
...
...
@@ -239,3 +239,4 @@ unsigned long tor_get_thread_id(void);
#endif
#endif
src/common/container.c
View file @
08318237
...
...
@@ -649,3 +649,4 @@ int strmap_isempty(strmap_t *map)
{
return
SPLAY_EMPTY
(
&
map
->
head
);
}
src/common/container.h
View file @
08318237
...
...
@@ -94,3 +94,4 @@ void strmap_iter_get(strmap_iter_t *iter, const char **keyp, void **valp);
int
strmap_iter_done
(
strmap_iter_t
*
iter
);
#endif
src/common/crypto.c
View file @
08318237
...
...
@@ -1675,3 +1675,4 @@ setup_openssl_threading(void) {
#else
static
int
setup_openssl_threading
(
void
)
{
return
0
;
}
#endif
src/common/crypto.h
View file @
08318237
...
...
@@ -160,3 +160,4 @@ void secret_to_key(char *key_out, size_t key_out_len, const char *secret,
size_t
secret_len
,
const
char
*
s2k_specifier
);
#endif
src/common/log.c
View file @
08318237
...
...
@@ -537,3 +537,4 @@ void suppress_libevent_log_msg(const char *msg)
void
configure_libevent_logging
(
void
)
{}
void
suppress_libevent_log_msg
(
const
char
*
msg
)
{}
#endif
src/common/log.h
View file @
08318237
...
...
@@ -99,3 +99,4 @@ void _log_fn(int severity, const char *format, ...);
# define __LOG_H
#endif
src/common/test.h
View file @
08318237
...
...
@@ -136,3 +136,4 @@ extern int have_failed;
} STMT_END
#endif
src/common/torgzip.c
View file @
08318237
...
...
@@ -245,3 +245,4 @@ int detect_compression_method(const char *in, size_t in_len)
return
0
;
}
}
src/common/torgzip.h
View file @
08318237
...
...
@@ -30,3 +30,4 @@ int is_gzip_supported(void);
int
detect_compression_method
(
const
char
*
in
,
size_t
in_len
);
#endif
src/common/torint.h
View file @
08318237
...
...
@@ -250,3 +250,4 @@ typedef uint32_t uintptr_t;
#define SIZE_T_CEILING (sizeof(char)<<(sizeof(size_t)*8 - 1))
#endif
/* __TORINT_H */
src/common/tortls.c
View file @
08318237
...
...
@@ -859,3 +859,4 @@ void _check_no_tls_errors(const char *fname, int line)
fname
,
line
);
tls_log_errors
(
LOG_WARN
,
NULL
);
}
src/common/tortls.h
View file @
08318237
...
...
@@ -51,3 +51,4 @@ unsigned long tor_tls_get_n_bytes_written(tor_tls *tls);
void
_check_no_tls_errors
(
const
char
*
fname
,
int
line
);
#endif
src/common/util.c
View file @
08318237
...
...
@@ -1443,3 +1443,4 @@ void write_pidfile(char *filename) {
}
#endif
}
src/common/util.h
View file @
08318237
...
...
@@ -142,3 +142,4 @@ void finish_daemon(const char *desired_cwd);
void
write_pidfile
(
char
*
filename
);
#endif
src/or/buffers.c
View file @
08318237
...
...
@@ -1093,3 +1093,4 @@ void assert_buf_ok(buf_t *buf)
}
#endif
}
Prev
1
2
3
Next
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