Skip to content

Commit

Permalink
coding style: add newline at end of text files
Browse files Browse the repository at this point in the history
Some text file is missing newline at EOF.
Add it.

Change-Id: Ieebc790096f40961283c644642e56fde975e957f
Signed-off-by: Antonio Borneo <[email protected]>
Reviewed-on: http://openocd.zylin.com/5167
Tested-by: jenkins
  • Loading branch information
borneoa committed Feb 24, 2020
1 parent e7306d3 commit 9d5767b
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion contrib/loaders/flash/at91sam7x/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ clean:
#
#-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)

# *** EOF ***
# *** EOF ***
2 changes: 1 addition & 1 deletion tcl/board/hilscher_nxhx10.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ $_TARGETNAME configure -event reset-init {
#flash bank parflash cfi 0xC0000000 0x01000000 2 2 $_TARGETNAME

init
reset init
reset init
2 changes: 1 addition & 1 deletion tcl/board/iar_str912_sk.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The IAR str912-sk evaluation kick start board has an str912

source [find target/str912.cfg]
source [find target/str912.cfg]
2 changes: 1 addition & 1 deletion tcl/board/twr-vf65gs10_cmsisdap.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ transport select swd
source [find board/twr-vf65gs10.cfg]

# override reset configuration
reset_config srst_only
reset_config srst_only
2 changes: 1 addition & 1 deletion tcl/interface/imx-native.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ imx_gpio_swd_nums 1 6
# reset_config srst_only srst_push_pull

# or if you have both connected,
# reset_config trst_and_srst srst_push_pull
# reset_config trst_and_srst srst_push_pull
2 changes: 1 addition & 1 deletion tcl/interface/openjtag.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
#

adapter driver openjtag
openjtag_device_desc "Open JTAG Project"
openjtag_device_desc "Open JTAG Project"
2 changes: 1 addition & 1 deletion tcl/target/c100config.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -409,4 +409,4 @@ proc flashUBOOT {file} {
putsUART0 "done.\n"
putsUART0 "Rebooting, please wait!\n"
reboot
}
}
2 changes: 1 addition & 1 deletion testing/examples/AT91R40008Test/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ clean:
#
-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)

# *** EOF ***
# *** EOF ***
2 changes: 1 addition & 1 deletion testing/examples/LPC2148Test/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ clean:
#
-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)

# *** EOF ***
# *** EOF ***
2 changes: 1 addition & 1 deletion testing/examples/LPC2148Test/prj/eclipse_ram.gdb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ monitor mww 0xE01FC040 0x0002
monitor mdw 0xE01FC040
load
break main
continue
continue
2 changes: 1 addition & 1 deletion testing/examples/LPC2148Test/prj/eclipse_rom.gdb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ monitor mww 0xE01FC040 0x0002
monitor mdw 0xE01FC040
load
break main
continue
continue
2 changes: 1 addition & 1 deletion testing/examples/LPC2294Test/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ clean:
#
-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)

# *** EOF ***
# *** EOF ***
2 changes: 1 addition & 1 deletion testing/examples/LPC2294Test/prj/eclipse_ram.gdb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ monitor mww 0xE01FC040 0x0002
monitor mdw 0xE01FC040
load
break main
continue
continue
2 changes: 1 addition & 1 deletion testing/examples/LPC2294Test/prj/eclipse_rom.gdb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ monitor mww 0xE01FC040 0x0002
monitor mdw 0xE01FC040
load
break main
continue
continue
2 changes: 1 addition & 1 deletion testing/examples/SAM7S256Test/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ clean:
#
-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)

# *** EOF ***
# *** EOF ***
2 changes: 1 addition & 1 deletion testing/examples/SAM7S256Test/results/607.html
Original file line number Diff line number Diff line change
Expand Up @@ -695,4 +695,4 @@ <H2>Flash access</H2>
</table>

</body>
</html>
</html>
2 changes: 1 addition & 1 deletion testing/examples/SAM7X256Test/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ clean:
#
-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)

# *** EOF ***
# *** EOF ***
2 changes: 1 addition & 1 deletion testing/examples/STM32-103/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Olimex STM32-p103 board.
main.elf is a file that can be programmed to flash for
testing purposes(e.g. test GDB load performance).

http://www.olimex.com/dev/stm32-p103.html
http://www.olimex.com/dev/stm32-p103.html
2 changes: 1 addition & 1 deletion testing/examples/STR710JtagSpeed/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ clean:
#
-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)

# *** EOF ***
# *** EOF ***
2 changes: 1 addition & 1 deletion testing/examples/STR710Test/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ clean:
#
-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)

# *** EOF ***
# *** EOF ***
2 changes: 1 addition & 1 deletion testing/examples/STR710Test/prj/eclipse_ram.gdb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ monitor mww 0xA0000050 0x01c2
monitor mdw 0xA0000050
load
break main
continue
continue
2 changes: 1 addition & 1 deletion testing/examples/STR710Test/prj/eclipse_rom.gdb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ monitor mww 0xA0000050 0x01c2
monitor mdw 0xA0000050
load
break main
continue
continue
2 changes: 1 addition & 1 deletion testing/examples/STR912Test/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ clean:
#
-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)

# *** EOF ***
# *** EOF ***
2 changes: 1 addition & 1 deletion testing/results/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
</table>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion testing/results/v0.4.0-rc1/AT91FR40162.html
Original file line number Diff line number Diff line change
Expand Up @@ -853,4 +853,4 @@ <H2>Flash access</H2>
</table>

</body>
</html>
</html>
2 changes: 1 addition & 1 deletion testing/results/v0.4.0-rc1/LPC2148.html
Original file line number Diff line number Diff line change
Expand Up @@ -930,4 +930,4 @@ <H2>Flash access</H2>
</table>

</body>
</html>
</html>
2 changes: 1 addition & 1 deletion testing/results/v0.4.0-rc1/SAM7.html
Original file line number Diff line number Diff line change
Expand Up @@ -850,4 +850,4 @@ <H2>Flash access</H2>
</table>

</body>
</html>
</html>
2 changes: 1 addition & 1 deletion testing/results/v0.4.0-rc1/STR710.html
Original file line number Diff line number Diff line change
Expand Up @@ -904,4 +904,4 @@ <H2>Flash access</H2>
</table>

</body>
</html>
</html>
2 changes: 1 addition & 1 deletion testing/results/v0.4.0-rc1/STR912.html
Original file line number Diff line number Diff line change
Expand Up @@ -1005,4 +1005,4 @@ <H2>Flash access</H2>
</table>

</body>
</html>
</html>
2 changes: 1 addition & 1 deletion testing/testcases.html
Original file line number Diff line number Diff line change
Expand Up @@ -563,4 +563,4 @@ <H2>Flash access</H2>
</table>

</body>
</html>
</html>

0 comments on commit 9d5767b

Please sign in to comment.