Fix style. Somehow I managed to lost a space when copy&paste.

Pointed out by:	stefanf
This commit is contained in:
Sergey Kandaurov 2012-03-22 09:51:31 +00:00
parent 2d780dbb4b
commit 3daaaabdb8

View File

@ -91,7 +91,7 @@ fixfsfile()
struct stat sb;
struct statfs sf;
if (_fs_fstab.fs_file != NULL &&strcmp(_fs_fstab.fs_file, "/") != 0)
if (_fs_fstab.fs_file != NULL && strcmp(_fs_fstab.fs_file, "/") != 0)
return;
if (statfs("/", &sf) != 0)
return;