diff options
| author | Michael Sullivan <sully@msully.net> | 2012-06-08 11:33:29 -0700 |
|---|---|---|
| committer | Michael Sullivan <sully@msully.net> | 2012-06-11 12:19:40 -0700 |
| commit | 70b79d1e32f29343af665d0fba26c255b9fcb58f (patch) | |
| tree | acd9e464d4a7ab343013b3fd3d1cf2db63a23fd1 /src/rt/rust_shape.cpp | |
| parent | 87d57e4919a8f0d76a0d100a3003a26dffa4303a (diff) | |
| download | rust-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.cpp | 9 |
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: +// |
