From cc4906ba79e1ad05ef8a34e1cc9cfbe5f96d4c6c Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Wed, 28 Jul 2010 00:11:28 -0700 Subject: Wrap long lines. --- src/rt/rust_chan.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rt/rust_chan.cpp') diff --git a/src/rt/rust_chan.cpp b/src/rt/rust_chan.cpp index 6aa9121aa14..497968c7d3d 100644 --- a/src/rt/rust_chan.cpp +++ b/src/rt/rust_chan.cpp @@ -11,8 +11,8 @@ rust_chan::rust_chan(rust_task *task, rust_port *port) : task->log(rust_log::MEM | rust_log::COMM, "new rust_chan(task=0x%" PRIxPTR - ", port=0x%" PRIxPTR ") -> chan=0x%" - PRIxPTR, (uintptr_t) task, (uintptr_t) port, (uintptr_t) this); + ", port=0x%" PRIxPTR ") -> chan=0x%" PRIxPTR, + (uintptr_t) task, (uintptr_t) port, (uintptr_t) this); } rust_chan::~rust_chan() { -- cgit 1.4.1-3-g733a5