Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9878b743 authored by Jesse Vincent's avatar Jesse Vincent
Browse files

astyle

parent c49a8560
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -1739,7 +1739,8 @@ public class MessagingController implements Runnable
            public void messageStarted(String uid, int number, int ofTotal) {}

            @Override
            public void messagesFinished(int total) {
            public void messagesFinished(int total)
            {
                // FIXME this method is almost never invoked by various Stores! Don't rely on it unless fixed!!
            }

@@ -3717,7 +3718,8 @@ public class MessagingController implements Runnable
        }
        finally
        {
            if (lastFailure == null) {
            if (lastFailure == null)
            {
                cancelNotification(K9.SEND_FAILED_NOTIFICATION - account.getAccountNumber());
            }
            closeFolder(localFolder);
+5 −2
Original line number Diff line number Diff line
@@ -58,7 +58,10 @@ public class Editor implements android.content.SharedPreferences.Editor


    // TODO Android 2.3 provides a sexy new "apply" method we need to implement
     public void apply() { commit(); }
    public void apply()
    {
        commit();
    }



+3 −2
Original line number Diff line number Diff line
@@ -245,7 +245,8 @@ public class AttachmentProvider extends ContentProvider

        // Versions of K-9 before 3.400 had a database name here, not an
        // account UID, so implement a bit of backcompat
        if (dbName.endsWith(".db")) {
        if (dbName.endsWith(".db"))
        {
            dbName = dbName.substring(0, dbName.length()-3);
        }

+1 −1

File changed.

Contains only whitespace changes.

+139 −139

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

+56 −56

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+16 −16

File changed.

Contains only whitespace changes.

Loading