[mlpack-svn] [MLPACK] #153: Adapt to new style for braces

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Wed Oct 26 19:17:04 EDT 2011


#153: Adapt to new style for braces
----------------------+-----------------------------------------------------
 Reporter:  rcurtin   |        Owner:                              
     Type:  task      |       Status:  new                         
 Priority:  critical  |    Milestone:  MLPACK 1.0                  
Component:  MLPACK    |     Keywords:  style formatting braces code
 Blocking:  150       |   Blocked By:                              
----------------------+-----------------------------------------------------
 We want

 {{{
 for (...)
 {
   ...
 }
 }}}

 not

 {{{
 for (...) {
   ...
 }
 }}}

 for all things except namespaces.  Classes, methods, for, if, while, else,
 do, what have you.  Updates should be posted to this ticket as things are
 done.

 We gotta have consistent code.

-- 
Ticket URL: <https://trac.research.cc.gatech.edu/fastlab/ticket/153>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed by the FASTLAB at Georgia Tech under Dr. Alex Gray.


More information about the mlpack-svn mailing list