]> Git Repo - qemu.git/blobdiff - block/file-posix.c
avoid TABs in files that only contain a few
[qemu.git] / block / file-posix.c
index d8f0b93752ec779104d793155cf4096753cd9c91..8aee7a3fb8be591aa4b883182ebf0fa01cb35491 100644 (file)
@@ -2083,7 +2083,7 @@ again:
 #endif
     if (!fstat(fd, &sb) && (S_IFCHR & sb.st_mode)) {
 #ifdef DIOCGMEDIASIZE
-       if (ioctl(fd, DIOCGMEDIASIZE, (off_t *)&size))
+        if (ioctl(fd, DIOCGMEDIASIZE, (off_t *)&size))
 #elif defined(DIOCGPART)
         {
                 struct partinfo pi;
This page took 0.027752 seconds and 4 git commands to generate.