serial: stm32: Move to more traditional formatting

Providing a new line, then an attribute on the same line as the
following closing bracket is odd.  Move to something more
transitional and in line with regular coding standards.

Change-Id: I08f7cd76ca2f522a8b5b6de2e5baf94e95b5195a
Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
Lee Jones 2017-02-17 14:28:48 +00:00
commit 9aeb6f895d

View file

@ -352,7 +352,9 @@ static const struct uart_stm32_config uart_stm32_dev_cfg_1 = {
static struct uart_stm32_data uart_stm32_dev_data_1 = {
.huart = {
.Init = {
.BaudRate = CONFIG_UART_STM32_PORT_1_BAUD_RATE} }
.BaudRate = CONFIG_UART_STM32_PORT_1_BAUD_RATE
}
}
};
DEVICE_AND_API_INIT(uart_stm32_1, CONFIG_UART_STM32_PORT_1_NAME,