int a = 1;
int ab = 2;
int abc = 3;

vs


int a    = 1;
int ab  = 2;
int abc = 3;



띄어쓰기 간격 맞추는거

누구는 저렇게 해야 보기편하다 그러는데
주변사람들 한 90%는 불호네