Maintain 80 col line length.

This commit is contained in:
Christopher Faylor 2001-05-31 17:35:32 +00:00
parent ecfb6f11bc
commit fd047fb9d5

View File

@ -1525,7 +1525,8 @@ set_file_attribute (int use_ntsec, const char *file,
if (!use_ntsec || !allow_ntsec)
{
if (!NTWriteEA (file, ".UNIXATTR", (char *) &attribute, sizeof (attribute)))
if (!NTWriteEA (file, ".UNIXATTR", (char *) &attribute,
sizeof (attribute)))
{
__seterrno ();
return -1;