Remove exra whitespace from files (#189)

* Remove multiple newlines at the end of files
* Remove the whitespace from the end of lines
This commit is contained in:
Xiang Xiao
2020-01-31 07:15:01 -08:00
committed by Gregory Nutt
parent 960c26491c
commit 68951e8d72
1339 changed files with 300 additions and 1669 deletions
@@ -111,4 +111,3 @@ HOSTCC = gcc
HOSTINCLUDES = -I.
HOSTCFLAGS = -Wall -Wstrict-prototypes -Wshadow -Wundef -g -pipe
HOSTLDFLAGS =
@@ -186,4 +186,3 @@ int stm32_bringup(void)
UNUSED(ret);
return OK;
}
@@ -193,4 +193,3 @@ uint8_t stm32_spi2status(FAR struct spi_dev_s *dev, uint32_t devid)
#endif /* CONFIG_STM32F0L0G0_SPI2 */
#endif /* CONFIG_STM32F0L0G0_SPI */