From 2704a2e129a0f3f7a61cca060c80de9aa3b7fe6f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 10 Mar 2008 12:43:47 +0000 Subject: [PATCH] And appease the whitespace nazis among us svn:r13950 --- src/or/control.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/or/control.c b/src/or/control.c index 788af76d94..2dcac977c5 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -864,7 +864,6 @@ handle_control_getconf(control_connection_t *conn, uint32_t body_len, return 0; } - /** Called when we get a +LOADCONF message. */ static int handle_control_loadconf(control_connection_t *conn, uint32_t len, @@ -906,7 +905,6 @@ handle_control_loadconf(control_connection_t *conn, uint32_t len, return 0; } - /** Called when we get a SETEVENTS message: update conn->event_mask, * and reply with DONE or ERROR. */ static int