From 42c93a57a49623aee47bc1b5c025643d4745fe8b Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 23 Feb 2026 02:12:09 +0900 Subject: internal/rosa: fix patches Turns out alacritty clobbers output. It turns tabs into spaces and also removes whitespace-only lines for some reason. Signed-off-by: Ophestra --- internal/rosa/acl.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'internal/rosa/acl.go') diff --git a/internal/rosa/acl.go b/internal/rosa/acl.go index f7eaf1cb..56571d5f 100644 --- a/internal/rosa/acl.go +++ b/internal/rosa/acl.go @@ -43,14 +43,14 @@ index 6ce2f9b..e9bde92 100644 --- a/test/attr.test +++ b/test/attr.test @@ -11,7 +11,7 @@ Try various valid and invalid names - - $ touch f - $ setfattr -n user -v value f -- > setfattr: f: Operation not supported -+ > setfattr: f: Not supported - - $ setfattr -n user. -v value f - > setfattr: f: Invalid argument + + $ touch f + $ setfattr -n user -v value f +- > setfattr: f: Operation not supported ++ > setfattr: f: Not supported + + $ setfattr -n user. -v value f + > setfattr: f: Invalid argument `}, ), &MakeAttr{ ScriptEarly: ` -- cgit v1.3.1