Ignore:
Timestamp:
May 5, 2009, 3:56:10 AM (15 years ago)
Author:
Bruno Cornec
Message:
  • Fix lack of formating (discovered by the new Mandriva build process, and adopted here as well as it's good practice).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-string.c

    r2125 r2190  
    875875    } else {
    876876        /* Some full devices like this /dev/mapper/mpath0
    877         * /dev/cciss/c0d0 may be used as partition names */
     877          /dev/cciss/c0d0 may be used as partition names */
    878878        if ((strstr(partition,"/dev/mapper/mpath") != NULL) ||
    879879            (strstr(partition,"/dev/cciss/c") != NULL) ||
Note: See TracChangeset for help on using the changeset viewer.