From e5bbd40ad7f66f80170454683342076ec1e92d31 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 18 Feb 2010 17:41:15 -0500 Subject: Clean up formatting: use tabs, not 8-spaces, to indent. --- evrpc-internal.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'evrpc-internal.h') diff --git a/evrpc-internal.h b/evrpc-internal.h index b1431f03..8d91e691 100644 --- a/evrpc-internal.h +++ b/evrpc-internal.h @@ -169,13 +169,13 @@ struct evrpc_request_wrapper { TAILQ_ENTRY(evrpc_request_wrapper) next; - /* pool on which this rpc request is being made */ - struct evrpc_pool *pool; + /* pool on which this rpc request is being made */ + struct evrpc_pool *pool; - /* connection on which the request is being sent */ + /* connection on which the request is being sent */ struct evhttp_connection *evcon; - /* the actual request */ + /* the actual request */ struct evhttp_request *req; /* event for implementing request timeouts */ -- cgit v1.2.1