Hello,

A couple of requests/suggestions:

1)   

[ convert:  ]

     if ( x<2 ) x=2;

[to something like: ]

     if ( x<2 ) 
     {
        X = 2;
     }


2)

[ convert: ]
   
    X = 1; y = 2; z = 3;

 [ to something like: ]

    X = 1;
    Y = 2;
    Z = 3;



Thanks!
Greg

--------------------------------------------------------------
Greg A. Dukeman, Lead
Launch Vehicle Analysis Team
Guidance, Navigation and Mission Analysis Branch 
Mail Stop: EV42 
NASA Marshall Space Flight Center 
MSFC, AL 35812
phone: 256-544-5464
fax: 256-544-2825
--------------------------------------------------------------



_______________________________________________
bug-indent mailing list
bug-indent@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-indent

Reply via email to