The branch, master has been updated
via 630a27f240fd784c7c3f5d75e7c880eca3a66cf8 (commit)
from 4f600d690ee0dcbecef4b02edb5700fe84c4a9b3 (commit)
- Log -----------------------------------------------------------------
commit 630a27f240fd784c7c3f5d75e7c880eca3a66cf8
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date: Sat Jan 3 00:44:30 2026 +0100
Replace tabs in fall-through comments
Match the codebase's indentation style.
-----------------------------------------------------------------------
Summary of changes:
src/ftdi.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/ftdi.c b/src/ftdi.c
index de07d6e..4944e3a 100644
--- a/src/ftdi.c
+++ b/src/ftdi.c
@@ -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;
hooks/post-receive
--
A library to talk to FTDI chips
--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx
|