aboutsummaryrefslogtreecommitdiff
path: root/src/or/tor_main.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-12-14 20:40:40 +0000
committerNick Mathewson <nickm@torproject.org>2005-12-14 20:40:40 +0000
commit1af630d32c6f48d825f95cc258b95f18492192c0 (patch)
tree20cf316c42280d7944174ca1d4904b1ca7073c9c /src/or/tor_main.c
parent7e632a75645c22efe7b1f122816e63839b119f8d (diff)
downloadtor-1af630d32c6f48d825f95cc258b95f18492192c0.tar
tor-1af630d32c6f48d825f95cc258b95f18492192c0.tar.gz
Bite the bullet and limit all our source lines to 80 characters, the way IBM intended.
svn:r5582
Diffstat (limited to 'src/or/tor_main.c')
-rw-r--r--src/or/tor_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/tor_main.c b/src/or/tor_main.c
index 404cb34be..0fa5f0038 100644
--- a/src/or/tor_main.c
+++ b/src/or/tor_main.c
@@ -2,7 +2,8 @@
* Copyright 2004-2005 Roger Dingledine, Nick Mathewson. */
/* See LICENSE for licensing information */
/* $Id$ */
-const char tor_main_c_id[] = "$Id$";
+const char tor_main_c_id[] =
+ "$Id$";
/**
* \file tor_main.c