YUNEEC / Yuneec-SDK-Android-Example

Android example app based on the Yuneec SDK
BSD 3-Clause "New" or "Revised" License
11 stars 9 forks source link

Code refactoring of app #16

Closed Sushma7785 closed 7 years ago

Sushma7785 commented 7 years ago
julianoes commented 7 years ago

@Sushma7785 please don't commit .DS_Store files. Always check with git status what files you're about to commit.

julianoes commented 7 years ago

@Sushma7785 I've added a script to fix up whitespace. I suggest you run it and commit it because I don't want to steal all your changes from you 😄.

If you strongly disagree with any of the style choices that I've taken in astylerc (see http://astyle.sourceforge.net/) let me know.

First, install astyle:

brew install astyle

You run it using:

./fix_style.sh .