From 9327a9f60777b3deb4f169f8a142164007ccb211 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 31 Oct 2012 11:27:13 -0400 Subject: [PATCH] Fix whitespace --- src/or/channel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/or/channel.c b/src/or/channel.c index cd5972f1ec..cbf7f99be1 100644 --- a/src/or/channel.c +++ b/src/or/channel.c @@ -2462,7 +2462,6 @@ channel_process_cells(channel_t *chan) break; } } - } /**