From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=xnRYbr4l; spf=pass (domain: linaro.org, ip: 209.85.221.54, mailfrom: leif.lindholm@linaro.org) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by groups.io with SMTP; Wed, 18 Sep 2019 15:43:37 -0700 Received: by mail-wr1-f54.google.com with SMTP id b9so1074475wrs.0 for ; Wed, 18 Sep 2019 15:43:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=f39Galco10yulV9jNpMgQZZlJMS5A/84DrQ98OZ55rU=; b=xnRYbr4lgDuknN8xtzHv6/oz+2RyKcur2CXOAIHWrSxzrkJX7ne09rEsisIONraFw9 6PW+/TJn4GBHUS/ncWaES8FynHjv8aakNAvu/OLD9CLoF+36nnbvZs8WzfcAcU5alLa7 xki8oGVWIYTq0/5pKpnJtbPrkZsX+HP5OtefLMG3fwQp6aalyz2l4Bx0ycFVcGGF1XBx B6TJnFhWV0YOpYUmpvUHO2CeRCJavRHQNCQhafrCJ4dl1JQJhkygbBbJCKbFupephr7I Jr+i8ypiRdblozmDJbkvgvfr/G9mgPNLQotYKBnfnwAVkR1NK1VJZ9673RTgkN6Z+mXh ka0w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=f39Galco10yulV9jNpMgQZZlJMS5A/84DrQ98OZ55rU=; b=BNK6giqEmz8jjD4SqUEEU1bof5XQsI2wiAK3CwtSrj2WJ0m0zpPe0K6BkGI3aB7LP5 6NqL/zczqWx4zcdSgzRv8S0BSo0fQUh7wnOT+HXe1nsslftqhz5VHCbTU/Jw0wdo2ami CypUnIB6FYM49cQ0UAnAekPh2kbkAmHmPzK+Wg+iDfmzPBB0QV03zoBHRvEJ1yVgEFFi 86wNNkwjw+XNaqxf69jq+fB+6OhectsWLD0Hl051ZtpvY/1J0xBu8kY1WQrhan16qF+v NImQDEg9WLjQMFmHIY7V64OtGcweUq8he7EHTf+nnDuLUfZW6QHH9dFI2ylx0O9vhuEj eYCA== X-Gm-Message-State: APjAAAVKJUmmEqL1lLZFuNLFr2TYIJY9E0Lig3BotzVo4NbN+C8Vmxlc vG/WRDW6gBAlQ92IycMFBMlLgK3LZrY= X-Google-Smtp-Source: APXvYqx7i3LN3zBjJDyAdn/XKAkMhk2vj0ueee0QtOGqpIBx4ILnNslspy1zHUexMiI4+1QCvibU7Q== X-Received: by 2002:a5d:6a90:: with SMTP id s16mr5154202wru.284.1568846615912; Wed, 18 Sep 2019 15:43:35 -0700 (PDT) Return-Path: Received: from vanye.hemma.eciton.net (cpc92302-cmbg19-2-0-cust304.5-4.cable.virginm.net. [82.1.209.49]) by smtp.gmail.com with ESMTPSA id y186sm6676950wmd.26.2019.09.18.15.43.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Sep 2019 15:43:35 -0700 (PDT) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Ard Biesheuvel Subject: [PATCH 2/9] EmbeddedPkg: add missing newline at end of TemplateResetSystemLib.inf Date: Wed, 18 Sep 2019 23:43:24 +0100 Message-Id: <20190918224331.23269-3-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190918224331.23269-1-leif.lindholm@linaro.org> References: <20190918224331.23269-1-leif.lindholm@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: Ard Biesheuvel Signed-off-by: Leif Lindholm --- EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf b/EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf index 434f4ef298c7..cd7a9f845d53 100644 --- a/EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf +++ b/EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf @@ -27,4 +27,4 @@ [Packages] [LibraryClasses] IoLib - DebugLib \ No newline at end of file + DebugLib -- 2.20.1