remove trailing whitespace · rust-lang/rust@e37d298 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Commit e37d298

remove trailing whitespace

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1 1 // test.c and its static library checkrust.rs make use of variadic functions (VaList).
2 -// This test checks that the use of this feature does not
2 +// This test checks that the use of this feature does not
3 3 // prevent the creation of a functional binary.
4 4 // See https://github.com/rust-lang/rust/pull/49878
5 5