chiark / gitweb /
tabs to spaces
[elogind.git] / src / udev / scsi_id / scsi_serial.c
index 3c52dee62dc2757a493617c59a5ed548e4aaaba7..950b8adc0acdaac5cdc36fa19d829d0c9fd7e826 100644 (file)
@@ -799,7 +799,7 @@ static int do_scsi_page80_inquiry(struct udev *udev,
                 ser_ind = prepend_vendor_model(udev, dev_scsi, &serial[1]);
                 if (ser_ind < 0)
                         return 1;
-                ser_ind++;     /* for the leading 'S' */
+                ser_ind++; /* for the leading 'S' */
                 for (i = 4; i < len + 4; i++, ser_ind++)
                         serial[ser_ind] = buf[i];
         }