mirror of
https://git.proxmox.com/git/libgit2
synced 2026-03-24 11:05:16 +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
|
/* Windows symlinks have zero file size, call readlink to determine
|
||||||
* the length of the path pointed to, which we expect everywhere else
|
* 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];
|
char target[GIT_WIN_PATH];
|
||||||
int readlink_result;
|
int readlink_result;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user