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:
parent
1d9eaf94a5
commit
3826bd88ad
1 changed files with 2 additions and 2 deletions
|
|
@ -86,8 +86,8 @@ typedef enum {
|
|||
#define BQ25628E_STATUS0_IINDPM_STAT \
|
||||
(1 << 3) /*!< In IINDPM/ILIM regulation \
|
||||
*/
|
||||
#define BQ25628E_STATUS0_VSYS_STAT (1 << 4) /*!< In VSYSMIN regulation */
|
||||
#define BQ25628E_STATUS0_TREG_STAT (1 << 5) /*!< In thermal regulation */
|
||||
#define BQ25628E_STATUS0_VSYS_STAT (1 << 4) /*!< In VSYSMIN regulation */
|
||||
#define BQ25628E_STATUS0_TREG_STAT (1 << 5) /*!< In thermal regulation */
|
||||
#define BQ25628E_STATUS0_ADC_DONE_STAT \
|
||||
(1 << 6) /*!< ADC conversion complete \
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue