diff options
author | teor <teor@torproject.org> | 2020-04-06 19:08:33 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-04-06 19:08:33 +1000 |
commit | 6df16022a1b84c770644003d8a74288a2d999c6c (patch) | |
tree | 79fa1860020d349b02c85df423ce5c86f21aff2e | |
parent | 7adf72f1b426d8fa6e9f7439e735ce1d38ae57fa (diff) | |
download | tor-6df16022a1b84c770644003d8a74288a2d999c6c.tar.gz tor-6df16022a1b84c770644003d8a74288a2d999c6c.zip |
channel: Remove a newline at the start of the file
-rw-r--r-- | src/core/or/channel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/or/channel.c b/src/core/or/channel.c index 160ab587f5..ccc5f571d9 100644 --- a/src/core/or/channel.c +++ b/src/core/or/channel.c @@ -1,4 +1,3 @@ - /* * Copyright (c) 2012-2020, The Tor Project, Inc. */ /* See LICENSE for licensing information */ |