To prepare for real changes in mathed I think it is time for some
reformatting.

I assume it is consensus that tab indenting are prefered over space.

I am not so sure on:

   if (..) {                      if (...) {
     ...                            ...
   } else {              vs.      }
     ...                          else {
   }                                ...
                                  }

and
      
   if (...) {                     if (...)
     one_cmd();          vs.        one_cmd(); 
   }

I personally prefer the second alternative in both cases but I thought
I better asked.

Andre'


-- 
André Pönitz ........................................ [EMAIL PROTECTED]

Reply via email to