summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-02 12:01:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-02 12:01:54 +0100
commit8a238809ba861c810304354f01a5504d43111399 (patch)
treef72303a47241bbbacd8d5dfd5b87d608d7bd4329 /solenv
parent2d2329f441aa67e8be9f77dcfa3d048e50651357 (diff)
Remove space at end of comment line
Change-Id: I37ee0cc58614dbf56a67a2bf0b08d3bf85d34ea7
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/com_MSC_defs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index b36e76608514..d41552aad158 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -257,7 +257,7 @@ gb_LinkTarget_LDFLAGS := \
# Prevent warning spamming
# Happens because of the way we link our unit tests with our libraries.
-# LNK4049: locally defined symbol
+# LNK4049: locally defined symbol
gb_LinkTarget_LDFLAGS += \
/ignore:4217 /ignore:4049