Fixup code style

This commit is contained in:
Mike Gelfand 2019-07-13 23:02:27 +03:00
parent ec79767e5f
commit 16d385e4c7
1 changed files with 1 additions and 1 deletions

View File

@ -988,7 +988,7 @@ bool tr_sys_file_lock(tr_sys_file_t handle, int operation, tr_error** error)
#if defined(F_OFD_SETLK)
struct flock fl = {0};
struct flock fl = { 0 };
switch (operation & (TR_SYS_FILE_LOCK_SH | TR_SYS_FILE_LOCK_EX | TR_SYS_FILE_LOCK_UN))
{