home  

nl_return_expr

Properties

  Category: Newline adding and removing options
      Type: multiple (ignore add remove force)
   Default: ignore

Description

Add or remove newline between 'return' and the return expression.

Examples

raw CPP code nl_return_expr=ignore nl_return_expr=add nl_return_expr=remove nl_return_expr=force nl
nl_return_expr=force
void f(){return;} int f(){return a+b;} int f(){return(a+b);} void f(){ return; } int f(){ return a+b; } int f(){ return(a+b); } void f(){ return; } int f(){ return a+b; } int f(){ return (a+b); } void f(){ return; } int f(){ return a+b; } int f(){ return(a+b); } void f(){ return; } int f(){ return a+b; } int f(){ return (a+b); } void f(){ return; } int f(){ return a+b; } int f(){ return (a+b); }
 

Not the best code for this option? See how to improve the .uds file used to generate these examples.