Ignore:
Timestamp:
02/21/12 11:30:46 (13 years ago)
Author:
phdmakk
Message:
  • updated and improved examples
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/t3q-examples/CodeFormatting/Generic/formattingIssues.ttcn3

    r4 r55  
    11module formattingIssues { 
    22        import from a all; 
    3         import from a all; 
     3        import from ab all; 
    44         
    5         group a { 
     5        group ga { 
    66        function f_ssMsInitiateDhcpv4(){ 
    77                //blas bla blas 
     
    1111        } 
    1212    function f_ssMsStartDhcpv4 (){ 
    13                 var integer a := b; 
     13                var integer ai := b; 
    1414  
    1515    } 
Note: See TracChangeset for help on using the changeset viewer.