From 32d4aa8c0a6247b701aec2730a9cb35e04ac6311 Mon Sep 17 00:00:00 2001 Message-Id: <32d4aa8c0a6247b701aec2730a9cb35e04ac6311.1714030788.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 12 Feb 2012 21:29:21 +0000 Subject: [PATCH] userv/distorted-keys.in: Reformat, with backslashes in their own column. Organization: Straylight/Edgeware From: Mark Wooding A whitespace-only change, empty under `diff -b'. --- userv/distorted-keys.in | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/userv/distorted-keys.in b/userv/distorted-keys.in index 4882d5c..2f618aa 100644 --- a/userv/distorted-keys.in +++ b/userv/distorted-keys.in @@ -29,16 +29,16 @@ if ( glob service cryptop-profile require-fd 1-2 write ignore-fd 3- no-set-environment - execute sh -c "case $# in \ - 1) \ - exec @bindir@/extract-profile \"$1\" \ - @pkgconfdir@/profile.d/ \ - .userv/cryptop-profile \ - ;; \ - *) \ - echo >&2 \"usage: cryptop-profile PROFILE\"; \ - exit 1 \ - ;; \ + execute sh -c "case $# in \ + 1) \ + exec @bindir@/extract-profile \"$1\" \ + @pkgconfdir@/profile.d/ \ + .userv/cryptop-profile \ + ;; \ + *) \ + echo >&2 \"usage: cryptop-profile PROFILE\"; \ + exit 1 \ + ;; \ esac" _ fi -- [mdw]