summaryrefslogtreecommitdiff
path: root/src/or/rendcommon.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-09-30 01:09:52 +0000
committerNick Mathewson <nickm@torproject.org>2005-09-30 01:09:52 +0000
commit92451f74a8fd50bbd2f360526263a4913d145677 (patch)
tree0fd53e000abac269d11ca5bb7c13ae7a14d997bc /src/or/rendcommon.c
parent6ce1add8da1de0c814b4f10f99e7c1f89736ed90 (diff)
downloadtor-92451f74a8fd50bbd2f360526263a4913d145677.tar.gz
tor-92451f74a8fd50bbd2f360526263a4913d145677.zip
Reformat inconsistent function declarations.
svn:r5160
Diffstat (limited to 'src/or/rendcommon.c')
-rw-r--r--src/or/rendcommon.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/or/rendcommon.c b/src/or/rendcommon.c
index b0d79048b7..2e1711580c 100644
--- a/src/or/rendcommon.c
+++ b/src/or/rendcommon.c
@@ -12,13 +12,16 @@ const char rendcommon_c_id[] = "$Id$";
#include "or.h"
/** Return 0 if one and two are the same service ids, else -1 or 1 */
-int rend_cmp_service_ids(const char *one, const char *two) {
+int
+rend_cmp_service_ids(const char *one, const char *two)
+{
return strcasecmp(one,two);
}
/** Free the storage held by the service descriptor <b>desc</b>.
*/
-void rend_service_descriptor_free(rend_service_descriptor_t *desc)
+void
+rend_service_descriptor_free(rend_service_descriptor_t *desc)
{
int i;
if (desc->pk)