Author: araujo
Date: Thu Apr 21 06:14:30 2016
New Revision: 298391
URL: https://svnweb.freebsd.org/changeset/base/298391

Log:
  Fix a missing blank space.

Modified:
  head/sbin/fdisk_pc98/fdisk.c

Modified: head/sbin/fdisk_pc98/fdisk.c
==============================================================================
--- head/sbin/fdisk_pc98/fdisk.c        Thu Apr 21 06:11:24 2016        
(r298390)
+++ head/sbin/fdisk_pc98/fdisk.c        Thu Apr 21 06:14:30 2016        
(r298391)
@@ -857,7 +857,7 @@ get_type(int type)
        size_t i;
 
        for (i = 0; i < nitems(part_types); i++)
-               if(part_types[i].type == (type & 0x7f))
+               if (part_types[i].type == (type & 0x7f))
                        return(part_types[i].name);
        return("unknown");
 }
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to