random style fixes (extra spaces deleted)

This commit is contained in:
Denis Vlasenko
2007-03-24 15:40:16 +00:00
parent 644849a3aa
commit 219d14d514
11 changed files with 20 additions and 20 deletions

View File

@@ -613,7 +613,7 @@ sgi_gaps(void)
static void
sgi_change_sysid(int i, int sys)
{
if (sgi_get_num_sectors(i) == 0 ) { /* caught already before, ... */
if (sgi_get_num_sectors(i) == 0) { /* caught already before, ... */
printf("Sorry you may change the Tag of non-empty partitions\n");
return;
}