Skip to content

Commit d51047d

Browse files
committed
Strip all leading/trailing newlines
1 parent 95018ee commit d51047d

File tree

383 files changed

+5
-413
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

383 files changed

+5
-413
lines changed

mk/cfg/x86_64-unknown-linux-gnu.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ CFG_LDPATH_x86_64-unknown-linux-gnu :=
2525
CFG_RUN_x86_64-unknown-linux-gnu=$(2)
2626
CFG_RUN_TARG_x86_64-unknown-linux-gnu=$(call CFG_RUN_x86_64-unknown-linux-gnu,,$(2))
2727
CFG_GNU_TRIPLE_x86_64-unknown-linux-gnu := x86_64-unknown-linux-gnu
28-

mk/prepare.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,3 @@ prepare-maybe-clean-$(1):
221221

222222

223223
endef
224-
225-

mk/util.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ else
1717
endif
1818

1919
S := $(CFG_SRC_DIR)
20-

src/doc/not_found.md

Lines changed: 0 additions & 1 deletion

src/doc/trpl/documentation.md

Lines changed: 0 additions & 1 deletion

src/doc/trpl/ffi.md

Lines changed: 0 additions & 1 deletion

src/etc/featureck.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,4 +242,3 @@
242242
for line in lines:
243243
print "* " + line
244244
print
245-

src/etc/gdb_rust_pretty_printing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,4 +340,4 @@ def extract_length_and_data_ptr_from_std_vec(vec_val):
340340
unique_ptr_val = vec_ptr_val[first_field(vec_ptr_val)]
341341
data_ptr = unique_ptr_val[first_field(unique_ptr_val)]
342342
assert data_ptr.type.code == gdb.TYPE_CODE_PTR
343-
return (length, data_ptr)
343+
return (length, data_ptr)

src/etc/third-party/COPYING.RUNTIME

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,3 @@ consistent with the licensing of the Independent Modules.
7070
The availability of this Exception does not imply any general
7171
presumption that third-party software is unaffected by the copyleft
7272
requirements of the license of GCC.
73-

src/grammar/check.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@ else
5050
printf "failed. $passed passed; $failed failed; $skipped skipped\n\n"
5151
exit 1
5252
fi
53-

0 commit comments

Comments
 (0)