diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2019-05-12 12:26:46 +0200 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2020-02-24 10:30:53 +0000 |
commit | 9d5767b6b005e426f77460c42bafce157de74a25 (patch) | |
tree | 5310a5c72efb9b1bca129f2038450f48c7bce3be /contrib | |
parent | e7306d361b5d503cf27dfb3dc69298ddad495f88 (diff) |
coding style: add newline at end of text files
Some text file is missing newline at EOF.
Add it.
Change-Id: Ieebc790096f40961283c644642e56fde975e957f
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5167
Tested-by: jenkins
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/loaders/flash/at91sam7x/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/loaders/flash/at91sam7x/makefile b/contrib/loaders/flash/at91sam7x/makefile index c3eaf126..39482976 100644 --- a/contrib/loaders/flash/at91sam7x/makefile +++ b/contrib/loaders/flash/at91sam7x/makefile @@ -127,4 +127,4 @@ clean: # #-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*) -# *** EOF ***
\ No newline at end of file +# *** EOF *** |