summaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
Diffstat (limited to 'src/or')
-rw-r--r--src/or/directory.c2
-rw-r--r--src/or/dirserv.c2
-rw-r--r--src/or/test.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/or/directory.c b/src/or/directory.c
index e4ab0ebe55..6771accce8 100644
--- a/src/or/directory.c
+++ b/src/or/directory.c
@@ -1,4 +1,4 @@
-/* Copyright 2001,2002,2003 Roger Dingledine, Matej Pfajfar. */
+/* Copyright 2001,2002,2003 Roger Dingledine. */
/* See LICENSE for licensing information */
/* $Id$ */
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index f28f31b1df..362af6b64d 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -127,7 +127,7 @@ dirserv_router_fingerprint_is_known(const routerinfo_t *router)
break;
}
}
-
+
if (!ent) { /* No such server known */
log_fn(LOG_INFO,"no fingerprint found for %s",router->nickname);
return 0;
diff --git a/src/or/test.c b/src/or/test.c
index a4c03e2c45..5d395d0f43 100644
--- a/src/or/test.c
+++ b/src/or/test.c
@@ -1,4 +1,4 @@
-/* Copyright 2001,2002,2003 Roger Dingledine, Matej Pfajfar. */
+/* Copyright 2001,2002,2003 Roger Dingledine. */
/* See LICENSE for licensing information */
/* $Id$ */