diff options
author | Slava Yurin <v.yurin@office.ngs.ru> | 2014-05-28 14:05:26 +0700 |
---|---|---|
committer | Slava Yurin <v.yurin@office.ngs.ru> | 2014-05-30 18:24:57 +0700 |
commit | 23c63f7003c3f80fddc8580cfcf208aa0639b80c (patch) | |
tree | 24d8fc4fcd73bdda046e3e02c25685103d5c2c8d /inttest/erlc/extra-src | |
parent | 755c6023d181b4aa87a581ac71e96d2de90a015f (diff) |
Regression test for #249
Diffstat (limited to 'inttest/erlc/extra-src')
-rw-r--r-- | inttest/erlc/extra-src/foo_sup.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inttest/erlc/extra-src/foo_sup.erl b/inttest/erlc/extra-src/foo_sup.erl index a0f06b6..c68194e 100644 --- a/inttest/erlc/extra-src/foo_sup.erl +++ b/inttest/erlc/extra-src/foo_sup.erl @@ -1,3 +1,5 @@ +%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*- +%% ex: ts=4 sw=4 ft=erlang et -module(foo_sup). -behavior(supervisor). |