summary refs log tree commit diff
path: root/src/rt/rust_log.h
diff options
context:
space:
mode:
authorMichael Bebenita <mbebenita@mozilla.com>2010-07-28 00:11:28 -0700
committerGraydon Hoare <graydon@mozilla.com>2010-07-28 20:30:29 -0700
commitcc4906ba79e1ad05ef8a34e1cc9cfbe5f96d4c6c (patch)
tree09af975ae6420f59bfd3048636a1ce5eeb6c99c2 /src/rt/rust_log.h
parent436efdcb4f31e780590110492554a64e16596cb8 (diff)
downloadrust-cc4906ba79e1ad05ef8a34e1cc9cfbe5f96d4c6c.tar.gz
rust-cc4906ba79e1ad05ef8a34e1cc9cfbe5f96d4c6c.zip
Wrap long lines.
Diffstat (limited to 'src/rt/rust_log.h')
-rw-r--r--src/rt/rust_log.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rt/rust_log.h b/src/rt/rust_log.h
index e3acb93e359..29c85e7098f 100644
--- a/src/rt/rust_log.h
+++ b/src/rt/rust_log.h
@@ -49,7 +49,8 @@ public:
     void reset_indent(uint32_t indent);
     void trace_ln(uint32_t thread_id, char *prefix, char *message);
     void trace_ln(rust_task *task, uint32_t type_bits, char *message);
-    void trace_ln(rust_task *task, ansi_color color, uint32_t type_bits, char *message);
+    void trace_ln(rust_task *task, ansi_color color,
+                  uint32_t type_bits, char *message);
     bool is_tracing(uint32_t type_bits);
 
 private: