tabbing
[iotcloud.git] / version2 / src / C / Transaction.h
index 240c535251c8221df99989e72106e273bef76727..f7235d034ca38c54c2d47b455657f78f804de96f 100644 (file)
@@ -50,7 +50,7 @@ public:
        int64_t getMachineId();
        int64_t getArbitrator();
        bool isComplete();
-       Pair<int64_t, int64_t> * getId();
+       Pair<int64_t, int64_t> *getId();
        void setDead();
        TransactionPart *getPart(int32_t index);
        bool evaluateGuard(Hashtable<IoTString *, KeyValue *> *committedKeyValueTable, Hashtable<IoTString *, KeyValue *> *speculatedKeyValueTable, Hashtable<IoTString *, KeyValue *> *pendingTransactionSpeculatedKeyValueTable);