[v1] stdlib: Remove trailing whitespace from Makefile

Message ID 20220622175333.736342-1-goldstein.w.n@gmail.com
State Committed
Commit dd06af4f81be9e6d6b5e3a72357a51fa7205d856
Headers
Series [v1] stdlib: Remove trailing whitespace from Makefile |

Checks

Context Check Description
dj/TryBot-apply_patch success Patch applied to master at the time it was sent
dj/TryBot-32bit success Build for i686

Commit Message

Noah Goldstein June 22, 2022, 5:53 p.m. UTC
  This causes precommit tests to fail when pushing commits that modify
this file.
---
 stdlib/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

H.J. Lu June 22, 2022, 6:01 p.m. UTC | #1
On Wed, Jun 22, 2022 at 10:53 AM Noah Goldstein <goldstein.w.n@gmail.com> wrote:
>
> This causes precommit tests to fail when pushing commits that modify
> this file.
> ---
>  stdlib/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/stdlib/Makefile b/stdlib/Makefile
> index 60fc59c12c..adbda5f8a5 100644
> --- a/stdlib/Makefile
> +++ b/stdlib/Makefile
> @@ -341,7 +341,7 @@ aux += \
>  tests-extras += \
>    tst-putenvmod \
>    # tests-extras
> -
> +
>  extra-test-objs += \
>    tst-putenvmod.os \
>    # extra-test-objs
> --
> 2.34.1
>

LGTM.

Thanks.
  

Patch

diff --git a/stdlib/Makefile b/stdlib/Makefile
index 60fc59c12c..adbda5f8a5 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -341,7 +341,7 @@  aux += \
 tests-extras += \
   tst-putenvmod \
   # tests-extras
-  
+
 extra-test-objs += \
   tst-putenvmod.os \
   # extra-test-objs