rustfmt and trim trailing whitespace.

This commit is contained in:
Dan Gohman
2019-11-08 16:03:46 -08:00
parent da89d08fca
commit 39b0d670c5
7 changed files with 19 additions and 22 deletions

View File

@@ -53,8 +53,8 @@ endif
ifeq (${C_COMP},clang)
CC_COMP = clang++
LD_GROUP_START =
LD_GROUP_END =
LD_GROUP_START =
LD_GROUP_END =
else ifeq (${C_COMP},gcc)
CC_COMP = g++
LD_GROUP_START = -Wl,--start-group