1 Pineapple Tracker Coding Style
2 ------------------------------
4 Because good looking code==easy to maintain code.
8 Put opening curly-bracket on the same line, and no space between the closing
9 paren and the opening curly bracket.
11 static int void freqkey(int x){
15 No space between the closing paren and the curly bracket either.