1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2025-01-24 10:12:55 +08:00

main.c: remove trailing whitespace noise

This commit is contained in:
rofl0r 2014-07-09 19:16:33 +02:00
parent ed7c89072a
commit 82d0b13b8f

View File

@ -89,7 +89,7 @@ int main(int argc, char *argv[]) {
/* check if path of config file has not been passed via command line */ /* check if path of config file has not been passed via command line */
path = get_config_path(path, pbuf, sizeof(pbuf)); path = get_config_path(path, pbuf, sizeof(pbuf));
if(!quiet) if(!quiet)
fprintf(stderr, LOG_PREFIX "config file found: %s\n", path); fprintf(stderr, LOG_PREFIX "config file found: %s\n", path);
@ -103,7 +103,7 @@ int main(int argc, char *argv[]) {
// search DLL // search DLL
set_own_dir(argv[0]); set_own_dir(argv[0]);
i = 0; i = 0;
while(dll_dirs[i]) { while(dll_dirs[i]) {