all: Remove spaces inside and around parenthesis.

Using new options enabled in the uncrustify configuration.
This commit is contained in:
Damien George
2020-03-27 00:35:04 +11:00
parent b56caaf104
commit 1a3e386c67
24 changed files with 49 additions and 49 deletions

View File

@@ -209,10 +209,10 @@ typedef struct {
volatile uint32_t CR1;
} periph_uart_t;
#define USART1 ((periph_uart_t *) 0x40011000)
#define GPIOA ((periph_gpio_t *) 0x40020000)
#define GPIOB ((periph_gpio_t *) 0x40020400)
#define RCC ((periph_rcc_t *) 0x40023800)
#define USART1 ((periph_uart_t *)0x40011000)
#define GPIOA ((periph_gpio_t *)0x40020000)
#define GPIOB ((periph_gpio_t *)0x40020400)
#define RCC ((periph_rcc_t *)0x40023800)
// simple GPIO interface
#define GPIO_MODE_IN (0)