Skip to content

Commit 2198a71

Browse files
committed
clang-format
Signed-off-by: Daniil Kashapov <daniil.kashapov.ykt@gmail.com>
1 parent 7533458 commit 2198a71

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/bio.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ int inBioThread(void);
4949

5050
/* Background job opcodes */
5151
enum {
52-
BIO_CLOSE_FILE = 0, /* Deferred close(2) syscall. */
53-
BIO_AOF_FSYNC, /* Deferred AOF fsync. */
54-
BIO_LAZY_FREE, /* Deferred objects freeing. */
55-
BIO_CLOSE_AOF, /* Deferred close for AOF files. */
56-
BIO_RDB_SAVE, /* Deferred save RDB to disk on replica */
52+
BIO_CLOSE_FILE = 0, /* Deferred close(2) syscall. */
53+
BIO_AOF_FSYNC, /* Deferred AOF fsync. */
54+
BIO_LAZY_FREE, /* Deferred objects freeing. */
55+
BIO_CLOSE_AOF, /* Deferred close for AOF files. */
56+
BIO_RDB_SAVE, /* Deferred save RDB to disk on replica */
5757
#if defined(USE_OPENSSL) && USE_OPENSSL == 1 /* BUILD_YES */
58-
BIO_TLS_RELOAD, /* Deferred TLS reload. */
58+
BIO_TLS_RELOAD, /* Deferred TLS reload. */
5959
#endif
6060
BIO_NUM_OPS
6161
};

0 commit comments

Comments
 (0)