This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 2e9a1b0962f672b9842153d0c6d4fa74d9e8e5a7 Author: Masayuki Ishikawa <[email protected]> AuthorDate: Sun May 24 20:55:40 2020 +0900 boards: lm3s6965-ek: Fix style violations in board.h --- boards/arm/tiva/lm3s6965-ek/include/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/arm/tiva/lm3s6965-ek/include/board.h b/boards/arm/tiva/lm3s6965-ek/include/board.h index b270f35..a2ee0bd 100644 --- a/boards/arm/tiva/lm3s6965-ek/include/board.h +++ b/boards/arm/tiva/lm3s6965-ek/include/board.h @@ -45,7 +45,7 @@ * Pre-processor Definitions ****************************************************************************/ -/* Clocking *************************************************************************/ +/* Clocking *****************************************************************/ /* RCC settings */
