Commit 7672c8c7 by Patrick Pokatilo

Moved braces to conform to code style

parent 64012fdb
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment