Whamcloud - gitweb
Remove trailing whitespace for the entire source tree
[tools/e2fsprogs.git] / lib / e2p / getflags.c
index acf7a12..7b35246 100644 (file)
@@ -51,7 +51,7 @@ int getflags (int fd, unsigned long * flags)
 #else
 #if HAVE_EXT2_IOCTLS
        int r, f;
-       
+
        if (!fstat(fd, &buf) &&
            !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode))
                goto notsupp;