From 0c15212f4f2389f743b17cb6ceff50f1f9267a1b Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:32 +0100 Subject: style: apply formatter drift across repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pre-existing whitespace/style drift caught by `just check`. Touch nothing semantic — pure formatter output (shfmt -i 2 -ci -s, ruff, prettier, taplo). Excludes dot_config/clangd/config.yaml whose manual indentation is intentionally preserved. --- dot_config/waybar/executable_webcam-status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_config/waybar/executable_webcam-status.sh') diff --git a/dot_config/waybar/executable_webcam-status.sh b/dot_config/waybar/executable_webcam-status.sh index 1b812a6..f55a2d0 100644 --- a/dot_config/waybar/executable_webcam-status.sh +++ b/dot_config/waybar/executable_webcam-status.sh @@ -6,7 +6,7 @@ set -eu devs=$(echo /dev/video[0-9]*) case "$devs" in - '/dev/video[0-9]*') exit 0 ;; # no devices present + '/dev/video[0-9]*') exit 0 ;; # no devices present esac # fuser exits 0 when at least one device has an opener, 1 otherwise. Stderr -- cgit v1.3.1