freemyipod r941 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r940‎ | r941 | r942 >
Date:13:34, 14 June 2014
Author:theseven
Status:new
Tags:
Comment:
Fix some missing newlines
Modified paths:
  • /apps/installer-ipodnano2g/bootstub/bootstub.S (modified) (history)
  • /tools/ucl/Makefile (modified) (history)

Diff [purge]

Index: apps/installer-ipodnano2g/bootstub/bootstub.S
@@ -923,4 +923,4 @@
924924 bmi sleepmsloop
925925 mov pc, lr
926926
927 -_stubend:
\ No newline at end of file
 927+_stubend:
Index: tools/ucl/Makefile
@@ -41,4 +41,4 @@
4242
4343 clean:
4444 rm -f $(ALL) uclpack.o ucl2e10singleblk.o ucl2e10singleblkunpack.o $(TARGETS)
45 - $(MAKE) -C src clean
\ No newline at end of file
 45+ $(MAKE) -C src clean