neobrain / braindump

Obsolete 3DS homebrew application to dump games and other titles. If you can, use GodMode9 instead.
GNU General Public License v3.0
76 stars 9 forks source link

Update to build with latest upstream ctrulib #26

Closed CaptainSwag101 closed 8 years ago

CaptainSwag101 commented 8 years ago

This pull request now features 100% fewer buggy tab-indents!

neobrain commented 8 years ago

Take a look at the diff, you still changed a bunch of spaces for no reason... ;)

CaptainSwag101 commented 8 years ago

The only spaces I think I changed were ones that didn't quite line up with the indents, but I can fix those if you really want.

neobrain commented 8 years ago

Please do - they are intentionally used for horizontal alignment of function arguments.

Also, once you're done please squash your patches into a single commit because the individual patches here don't really contribute to git history otherwise.

CaptainSwag101 commented 8 years ago

Finished, sorry about all the hassle!

neobrain commented 8 years ago

No worries :)

Line 131 has a trailing white space introduced at the end of the line.

CaptainSwag101 commented 8 years ago

And... fixed.

neobrain commented 8 years ago

\o/

Thanks for the contribution :)