mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-08 09:36:43 +00:00
Moved braces to conform to code style
This commit is contained in:
parent
64012fdbe6
commit
7672c8c779
@ -103,8 +103,7 @@ static int do_lstat(
|
||||
/* Windows symlinks have zero file size, call readlink to determine
|
||||
* the length of the path pointed to, which we expect everywhere else
|
||||
*/
|
||||
if (fMode & S_IFLNK)
|
||||
{
|
||||
if (fMode & S_IFLNK) {
|
||||
char target[GIT_WIN_PATH];
|
||||
int readlink_result;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user