Use tabs for indentation.
MFC after: 2 weeks
This commit is contained in:
parent
2dd807c56e
commit
7c3b94cfea
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245074
@ -70,9 +70,9 @@ g_journal_ufs_using_last_sector(const char *prov)
|
||||
fs = read_superblock(prov);
|
||||
if (fs == NULL)
|
||||
return (0);
|
||||
/* Provider size in 512 bytes blocks. */
|
||||
psize = g_get_mediasize(prov) / DEV_BSIZE;
|
||||
/* File system size in 512 bytes blocks. */
|
||||
fssize = fsbtodb(fs, fs->fs_size);
|
||||
return (psize <= fssize);
|
||||
/* Provider size in 512 bytes blocks. */
|
||||
psize = g_get_mediasize(prov) / DEV_BSIZE;
|
||||
/* File system size in 512 bytes blocks. */
|
||||
fssize = fsbtodb(fs, fs->fs_size);
|
||||
return (psize <= fssize);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user