From 961f1715ba9fbaede696f892013f6f26d97055fe Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Wed, 26 Apr 2023 23:14:46 +0200 Subject: [PATCH] Strip trailing whitespace --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8949bf5..cb190f0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ asteriskify: asteriskify.c $(CC) -Wall -Wextra -static -o asteriskify asteriskify.c - + clean: asteriskify rm -f asteriskify diff --git a/README.md b/README.md index d1993f5..7ec27e5 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,5 @@ To switch between clear and asterisk mode, press TAB. To reveal only the last ch Note: Expects ASCII or UTF-8 encoding for asterisk mode ## Alternatives -Others may exist, but my quick research only found systemd-ask-password which is unsuitable for my use case (inside a my own minimal initramfs boot image). +Others may exist, but my quick research only found systemd-ask-password which is unsuitable for my use case (inside a my own minimal initramfs boot image).