Moved braces to conform to code style

This commit is contained in:
Patrick Pokatilo 2013-02-08 11:29:23 +01:00
parent 64012fdbe6
commit 7672c8c779

View File

@ -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;