From 45e0c4b9aa4cf3138ff572905935f023e5570c45 Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Fri, 22 Aug 2014 15:51:38 -0700 Subject: [PATCH] Trivial formatting fix Vim picked up a missing newline at the end of the last line. BUG=none BRANCH=none TEST=compilation didn't break for nyan_blaze and samus Signed-off-by: David Hendricks Change-Id: Ifa859073b866fad859391e54a6ab0a6f258b5b38 Reviewed-on: https://chromium-review.googlesource.com/213876 Reviewed-by: Aaron Durbin Commit-Queue: Vadim Bendebury Tested-by: Vadim Bendebury --- src/vendorcode/google/chromeos/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vendorcode/google/chromeos/Makefile.inc b/src/vendorcode/google/chromeos/Makefile.inc index 17910bd452..7f531268f6 100644 --- a/src/vendorcode/google/chromeos/Makefile.inc +++ b/src/vendorcode/google/chromeos/Makefile.inc @@ -147,4 +147,4 @@ $(VERSTAGE_LIB): $$(verstage-objs) $(AR_verstage) rc $@.tmp $(verstage-objs) @printf " OBJCOPY $(subst $(obj)/,,$(@))\n" $(OBJCOPY_verstage) --prefix-symbols=verstage_ $@.tmp $@ -endif \ No newline at end of file +endif