Skip to content

Commit

Permalink
tools/firmware: Add missing newline at end of file
Browse files Browse the repository at this point in the history
"git diff" says:

    \ No newline at end of file

after modifying the file.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Geert Uytterhoeven authored and Greg Kroah-Hartman committed Jun 18, 2019
1 parent 2472d64 commit 3aa6980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/firmware/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ all: ihex2fw
clean:
$(RM) ihex2fw

.PHONY: all clean
.PHONY: all clean

0 comments on commit 3aa6980

Please sign in to comment.