source:
trunk/t3q-examples/CodeFormatting/Generic/formattingIssues.ttcn3
@
25
Last change on this file since 25 was 4, checked in by phdmakk, 14 years ago | |
---|---|
File size: 272 bytes |
Line | |
---|---|
1 | module formattingIssues { |
2 | import from a all; |
3 | import from a all; |
4 | |
5 | group a { |
6 | function f_ssMsInitiateDhcpv4(){ |
7 | //blas bla blas |
8 | } //end function f_ssMsInitiateDhcpv4 |
9 | |
10 | altstep as(){ |
11 | } |
12 | function f_ssMsStartDhcpv4 (){ |
13 | var integer a := b; |
14 | |
15 | } |
16 | } |
17 | |
18 | |
19 | } |
Note: See TracBrowser
for help on using the repository browser.