Jindent - Java Source Code Formatter http://www.jindent.com
 



title
5.6.2.7.3 Templates

Space before left braces

Space before left braces

Controls whether a white space is inserted before braces in templates or not.


Insert a white space before:

typedef·sc_export·<sc_signal_inout_if·<T>·>·in;
typedef
·sc_export·<sc_signal_in_if·<T>·>····out;


Do not insert a white space before:

typedef·sc_export<sc_signal_inout_if<T>·>·in;
typedef
·sc_export<sc_signal_in_if<T>·>····out;



Padding of braces in template definitions

Padding of braces in template definitions

Controls whether a white space is inserted after and before braces in templates or not.


Insert white spaces after and before:

typedef·sc_export<·sc_signal_inout_if<·T·>·>·in;
typedef
·sc_export<·sc_signal_in_if<·T·>·>····out;


Do not insert white spaces after and before:

typedef·sc_export<sc_signal_inout_if<T>·>·in;
typedef
·sc_export<sc_signal_in_if<T>·>····out;