summaryrefslogtreecommitdiff
path: root/inttest/erlc/extra-src/foo_sup.erl
diff options
context:
space:
mode:
authorSlava Yurin <v.yurin@office.ngs.ru>2014-05-28 14:05:26 +0700
committerSlava Yurin <v.yurin@office.ngs.ru>2014-05-30 18:24:57 +0700
commit23c63f7003c3f80fddc8580cfcf208aa0639b80c (patch)
tree24d8fc4fcd73bdda046e3e02c25685103d5c2c8d /inttest/erlc/extra-src/foo_sup.erl
parent755c6023d181b4aa87a581ac71e96d2de90a015f (diff)
Regression test for #249
Diffstat (limited to 'inttest/erlc/extra-src/foo_sup.erl')
-rw-r--r--inttest/erlc/extra-src/foo_sup.erl2
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).