diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-12-27 04:52:34 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-12-27 04:52:34 +0000 |
commit | d94b9fd7d23d833d9be6cfc7054efcc22c8e6d80 (patch) | |
tree | 521118735217bfe9211a6baf4feff15bb7ccc023 /src/or/main.c | |
parent | 94bff33357bd4559278948720a5fa4d150832cbd (diff) | |
download | tor-d94b9fd7d23d833d9be6cfc7054efcc22c8e6d80.tar tor-d94b9fd7d23d833d9be6cfc7054efcc22c8e6d80.tar.gz |
normalize spaces
svn:r5658
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 4c9b808f6..313948522 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -3,7 +3,8 @@ * Copyright 2004-2005 Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ -const char main_c_id[] = "$Id$"; +const char main_c_id[] = + "$Id$"; /** * \file main.c |