illwieckz

tab for indent, no align but ident, space for ascii art

Feb 1st, 2022 (edited)
1,213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.63 KB | None | 0 0
  1. /* ascii
  2.    art */
  3.  
  4. void function ( argument1,
  5.     argument2,
  6.     argument3 )
  7. {
  8.     /*
  9.     ascii
  10.       art
  11.     */
  12.  
  13.     if ( this || that
  14.         || this && that )
  15.     {
  16.         /* ascii
  17.              art */
  18.  
  19.         letsdo( this, this, this,
  20.             that, that, that );
  21.  
  22.         letsdoagain( this, this, this,
  23.             that, that, that );
  24.     }
  25.  
  26.     // line split to avoid long line
  27.     int minVertex = std::min( std::min( components[ tri->indexes[ 0 ] ].minVertex,
  28.         components[ tri->indexes[ 1 ] ].minVertex ),
  29.         components[ tri->indexes[ 2 ] ].minVertex );
  30.  
  31.     if ( newClass != PCL_ALIEN_BUILDER0 &&
  32.         newClass != PCL_ALIEN_BUILDER0_UPG &&
  33.         newClass != PCL_ALIEN_LEVEL0 )
  34.     {
  35.         true;
  36.     }
  37. }
Add Comment
Please, Sign In to add comment