Replace tabs in fall-through comments
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 2 Jan 2026 23:44:30 +0000 (00:44 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 2 Jan 2026 23:51:20 +0000 (00:51 +0100)
Match the codebase's indentation style.

src/ftdi.c

index de07d6e..4944e3a 100644 (file)
@@ -3078,13 +3078,13 @@ int ftdi_eeprom_build(struct ftdi_context *ftdi)
         case TYPE_2232H:
         case TYPE_4232H:
             i += 2;
-                       /* Fall through*/
+            /* Fall through */
         case TYPE_R:
             i += 2;
-                       /* Fall through*/
+            /* Fall through */
         case TYPE_2232C:
             i += 2;
-                       /* Fall through*/
+            /* Fall through */
         case TYPE_AM:
         case TYPE_BM:
             i += 0x94;
@@ -3479,20 +3479,20 @@ int ftdi_eeprom_build(struct ftdi_context *ftdi)
     {
         case TYPE_230X:
             free_start += 2;
-                       /* Fall through*/
+            /* Fall through */
         case TYPE_232H:
             free_start += 6;
-                       /* Fall through*/
+            /* Fall through */
         case TYPE_2232H:
         case TYPE_4232H:
             free_start += 2;
-                       /* Fall through*/
+            /* Fall through */
         case TYPE_R:
             free_start += 2;
-                       /* Fall through*/
+            /* Fall through */
         case TYPE_2232C:
             free_start++;
-                       /* Fall through*/
+            /* Fall through */
         case TYPE_AM:
         case TYPE_BM:
             free_start += 0x14;