From e37d2989c1d1f1600f3769ce6f46e77493169b8d Mon Sep 17 00:00:00 2001 From: Julien <96022417+Oneirical@users.noreply.github.com> Date: Sat, 11 May 2024 16:52:28 -0400 Subject: [PATCH] remove trailing whitespace --- tests/run-make/c-link-to-rust-va-list-fn/rmake.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-make/c-link-to-rust-va-list-fn/rmake.rs b/tests/run-make/c-link-to-rust-va-list-fn/rmake.rs index d8d0e064c6080..36c31f973c6c7 100644 --- a/tests/run-make/c-link-to-rust-va-list-fn/rmake.rs +++ b/tests/run-make/c-link-to-rust-va-list-fn/rmake.rs @@ -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