mirror of
https://github.com/transmission/transmission
synced 2025-02-22 06:00:41 +00:00
Fixup code style
This commit is contained in:
parent
ec79767e5f
commit
16d385e4c7
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue