remove trailing whitespace

This commit is contained in:
Julien 2024-05-11 16:52:28 -04:00 committed by GitHub
parent a2e7e79a13
commit e37d2989c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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