From 7ca2f68bf19b903cf93da5b5d153bee24a314aa5 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 10 Mar 2011 20:53:40 -0500 Subject: Use 4 space indentation for consistency --- examples/data/scripts/go_input.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/data/scripts/go_input.sh') diff --git a/examples/data/scripts/go_input.sh b/examples/data/scripts/go_input.sh index 8d9ac84..c3c966b 100755 --- a/examples/data/scripts/go_input.sh +++ b/examples/data/scripts/go_input.sh @@ -1,5 +1,7 @@ #!/bin/sh case "$( echo 'script @scripts_dir/go_input.js' | socat - "unix-connect:$UZBL_SOCKET" )" in - *XXXEMIT_FORM_ACTIVEXXX*) echo 'event FORM_ACTIVE' > "$UZBL_FIFO" ;; + *XXXEMIT_FORM_ACTIVEXXX*) + echo 'event FORM_ACTIVE' > "$UZBL_FIFO" + ;; esac -- cgit v1.2.3