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

Commit ecbf3f2c authored by Ken Wakasa's avatar Ken Wakasa Committed by Android (Google) Code Review
Browse files

Merge "Fix indentations."

parents cf9dbbdd e12e9b5b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@ namespace latinime {
class ProximityInfo;

class Correction {

 public:
    typedef enum {
        TRAVERSE_ALL_ON_TERMINAL,
@@ -95,6 +94,7 @@ public:
    inline int getTreeParentIndex(const int index) const {
        return mCorrectionStates[index].mParentIndex;
    }

 private:
    inline void incrementInputIndex();
    inline void incrementOutputIndex();
+2 −5
Original line number Diff line number Diff line
@@ -29,9 +29,7 @@ namespace latinime {

class TerminalAttributes;
class UnigramDictionary {

 public:

    // Mask and flags for children address type selection.
    static const int MASK_GROUP_ADDRESS_TYPE = 0xC0;
    static const int FLAG_GROUP_ADDRESS_TYPE_NOADDRESS = 0x00;
@@ -85,7 +83,6 @@ public:
    virtual ~UnigramDictionary();

 private:

    void getWordSuggestions(ProximityInfo *proximityInfo, const int *xcoordinates,
            const int *ycoordinates, const int *codes, const int inputLength,
            const int flags, Correction *correction, WordsPriorityQueuePool *queuePool);
+3 −2
Original line number Diff line number Diff line
@@ -126,6 +126,7 @@ public:
            mSuggestions.pop();
        }
    }

 private:
    struct wordComparator {
        bool operator ()(SuggestedWord * left, SuggestedWord * right) {
+3 −2
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ public:
    WordsPriorityQueue* getSubQueue2() {
        return mSubQueue2;
    }

 private:
    WordsPriorityQueue *mMasterQueue;
    WordsPriorityQueue *mSubQueue1;
+2 −2

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

Loading