about summary refs log tree commit diff
path: root/src/rt/rust_shape.cpp
diff options
context:
space:
mode:
authorMichael Sullivan <sully@msully.net>2012-06-08 11:33:29 -0700
committerMichael Sullivan <sully@msully.net>2012-06-11 12:19:40 -0700
commit70b79d1e32f29343af665d0fba26c255b9fcb58f (patch)
treeacd9e464d4a7ab343013b3fd3d1cf2db63a23fd1 /src/rt/rust_shape.cpp
parent87d57e4919a8f0d76a0d100a3003a26dffa4303a (diff)
downloadrust-70b79d1e32f29343af665d0fba26c255b9fcb58f.tar.gz
rust-70b79d1e32f29343af665d0fba26c255b9fcb58f.zip
Add emacs settings to some runtime files where they were missing.
Diffstat (limited to 'src/rt/rust_shape.cpp')
-rw-r--r--src/rt/rust_shape.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/rt/rust_shape.cpp b/src/rt/rust_shape.cpp
index 47d1f2bd1ef..1374a380e8e 100644
--- a/src/rt/rust_shape.cpp
+++ b/src/rt/rust_shape.cpp
@@ -627,3 +627,12 @@ shape_log_type(const type_desc *tydesc, uint8_t *data, uint32_t level) {
     task->sched_loop->get_log().log(task, level, "%s", ss.str().c_str());
 }
 
+//
+// Local Variables:
+// mode: C++
+// fill-column: 78;
+// indent-tabs-mode: nil
+// c-basic-offset: 4
+// buffer-file-coding-system: utf-8-unix
+// End:
+//