Formatting fixes only - seems I had the wrong settings on one of my machines at some point

This commit is contained in:
Ciaran Gultnieks 2011-01-16 12:21:35 +00:00
parent c629a6884f
commit 3aa6d5a7a9
5 changed files with 1271 additions and 1271 deletions

View File

@ -26,6 +26,6 @@ public class FDroidApp extends Application {
// don't want a database update to run. Incremented when entering // don't want a database update to run. Incremented when entering
// one, and decremented when leaving, so if it's 0 it ought to be // one, and decremented when leaving, so if it's 0 it ought to be
// ok! // ok!
public int inActivity=0; public int inActivity = 0;
} }