Advertisement
szaszm01

spaces vs tabs

Nov 8th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.09 KB | None | 0 0
  1. void g();
  2.  
  3. struct asd {
  4.     void f()
  5.     {
  6.         bool asa = true;
  7.         if(asa) {
  8.             g();
  9.         }
  10.     }
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement