From 8dfd59d1144b3a1a230da7a81743f145363e0708 Mon Sep 17 00:00:00 2001 From: Alexandre Belloni Date: Wed, 5 Jun 2013 23:53:30 +0000 Subject: Normalize separator size to 80 Signed-off-by: Alexandre Belloni Signed-off-by: Peter Korsgaard --- package/pkg-download.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/pkg-download.mk') diff --git a/package/pkg-download.mk b/package/pkg-download.mk index 1705fcd8e..8f6fe3dd8 100644 --- a/package/pkg-download.mk +++ b/package/pkg-download.mk @@ -1,11 +1,11 @@ -############################################################################ +################################################################################ # # This file contains the download helpers for the various package # infrastructures. It is used to handle downloads from HTTP servers, # FTP servers, Git repositories, Subversion repositories, Mercurial # repositories, Bazaar repositories, and SCP servers. # -############################################################################ +################################################################################ # Download method commands WGET:=$(call qstrip,$(BR2_WGET)) $(QUIET) -- cgit v1.2.3