Final clang-format spacing fixes

Remove extra spaces from macro definitions

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Limor Fried 2025-08-10 01:08:51 -04:00
parent 1d9eaf94a5
commit 3826bd88ad

View file

@ -86,8 +86,8 @@ typedef enum {
#define BQ25628E_STATUS0_IINDPM_STAT \ #define BQ25628E_STATUS0_IINDPM_STAT \
(1 << 3) /*!< In IINDPM/ILIM regulation \ (1 << 3) /*!< In IINDPM/ILIM regulation \
*/ */
#define BQ25628E_STATUS0_VSYS_STAT (1 << 4) /*!< In VSYSMIN regulation */ #define BQ25628E_STATUS0_VSYS_STAT (1 << 4) /*!< In VSYSMIN regulation */
#define BQ25628E_STATUS0_TREG_STAT (1 << 5) /*!< In thermal regulation */ #define BQ25628E_STATUS0_TREG_STAT (1 << 5) /*!< In thermal regulation */
#define BQ25628E_STATUS0_ADC_DONE_STAT \ #define BQ25628E_STATUS0_ADC_DONE_STAT \
(1 << 6) /*!< ADC conversion complete \ (1 << 6) /*!< ADC conversion complete \
*/ */