int sev(int pre, char **post) {

vs

int sev( int pre, char **post ) {




어떤 컨벤션의 readability가 우월하냐에요?

From DC Wave