Cleanup the NativeSecp256k1Test.java file:
- Move comments on their own lines;
- Add period at the end of sentences;
- Remove extra whitespaces in parenthesis to make the code consistent;
- Add/Remove some newlines where needed;
- Remove commented out debug code;
- Replace tabs with spaces;
- ...