From 3826bd88ad92af8340d7b3cbc54ebf355381c6fc Mon Sep 17 00:00:00 2001 From: Limor Fried Date: Sun, 10 Aug 2025 01:08:51 -0400 Subject: [PATCH] Final clang-format spacing fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove extra spaces from macro definitions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- Adafruit_BQ25628E.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Adafruit_BQ25628E.h b/Adafruit_BQ25628E.h index 042cb0e..53d9374 100644 --- a/Adafruit_BQ25628E.h +++ b/Adafruit_BQ25628E.h @@ -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 \ */