mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-31 10:14:52 +08:00
fixing formatting
This commit is contained in:
parent
bd0ec5c69e
commit
26a36535fb
@ -70,7 +70,7 @@ FILE* debugme; /* descriptor used for debug messages */
|
||||
/* unretryable error */ \
|
||||
fprintf(stderr, "ERROR: fdb_transaction_on_error returned %d at %s:%d\n", err2, __FILE__, __LINE__); \
|
||||
fdb_transaction_reset(_t); \
|
||||
/* TODO: if we adda retry limit in the future, \
|
||||
/* TODO: if we add a retry limit in the future, \
|
||||
* handle the conflict stats properly. \
|
||||
*/ \
|
||||
return FDB_ERROR_ABORT; \
|
||||
@ -101,7 +101,7 @@ FILE* debugme; /* descriptor used for debug messages */
|
||||
/* unretryable error */ \
|
||||
fprintf(stderr, "ERROR: fdb_transaction_on_error returned %d at %s:%d\n", err2, __FILE__, __LINE__); \
|
||||
fdb_transaction_reset(_t); \
|
||||
/* TODO: if we add a retry limit in the future, \
|
||||
/* TODO: if we add a retry limit in the future, \
|
||||
* handle the conflict stats properly. \
|
||||
*/ \
|
||||
return FDB_ERROR_ABORT; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user