Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7eb6e340 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Michal Marek
Browse files

kbuild: trivial - remove trailing empty lines

parent 2d5c5dbb
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -21,4 +21,3 @@ all: $(patsubst %, $(obj)/%, $(generic-y))


$(obj)/%.h:
$(obj)/%.h:
	$(call cmd,wrap)
	$(call cmd,wrap)
+0 −1
Original line number Original line Diff line number Diff line
@@ -167,4 +167,3 @@ $(host-cshlib): $(obj)/%: $(host-cshobjs) FORCE


targets += $(host-csingle)  $(host-cmulti) $(host-cobjs)\
targets += $(host-csingle)  $(host-cmulti) $(host-cobjs)\
	   $(host-cxxmulti) $(host-cxxobjs) $(host-cshlib) $(host-cshobjs) 
	   $(host-cxxmulti) $(host-cxxobjs) $(host-cshlib) $(host-cshobjs) 
+0 −1
Original line number Original line Diff line number Diff line
@@ -173,4 +173,3 @@ while (my $line = <STDIN>) {


# Sort output by size (last field)
# Sort output by size (last field)
print sort { ($b =~ /:\t*(\d+)$/)[0] <=> ($a =~ /:\t*(\d+)$/)[0] } @stack;
print sort { ($b =~ /:\t*(\d+)$/)[0] <=> ($a =~ /:\t*(\d+)$/)[0] } @stack;
+0 −1
Original line number Original line Diff line number Diff line
@@ -223,4 +223,3 @@ while [ "$1" != "" ] ; do
		;;
		;;
	esac
	esac
done
done
+0 −1
Original line number Original line Diff line number Diff line
@@ -2,4 +2,3 @@ dtc
dtc-lexer.lex.c
dtc-lexer.lex.c
dtc-parser.tab.c
dtc-parser.tab.c
dtc-parser.tab.h
dtc-parser.tab.h
Loading