]> granicus.if.org Git - transmission/commitdiff
Fixup code style
authorMike Gelfand <mikedld@mikedld.com>
Sat, 13 Jul 2019 20:02:27 +0000 (23:02 +0300)
committerMike Gelfand <mikedld@mikedld.com>
Sat, 13 Jul 2019 20:02:27 +0000 (23:02 +0300)
libtransmission/file-posix.c

index f481a24c6243462fb1faff2c3c76673a1d06a2b1..4763b7b22479dc4453923d737360551ddbf2c317 100644 (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))
     {