From 3b8cf8c0c1a817c09a40806f438864b0b9bd4258 Mon Sep 17 00:00:00 2001 From: Liu jue Date: Wed, 25 Jun 2014 14:36:03 +0800 Subject: [PATCH] Add two blanks to ensure manifest can work Fixes #2006 Change-Id: I4c47af02beaa25f7af7f423b0e5e45c3e19721a8 --- common/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/manifest.py b/common/manifest.py index 13b2bb9..8902030 100644 --- a/common/manifest.py +++ b/common/manifest.py @@ -29,7 +29,7 @@ HEADER = """ """ -XML_ITEM = """\n""" +XML_ITEM = """ \n""" FOOTER = """""" def gen_repo_manifest(data, fetch_url, review_url): -- 2.7.4