chiark / gitweb /
userv/distorted-keys.in: Reformat, with backslashes in their own column.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 12 Feb 2012 21:29:21 +0000 (21:29 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 13 Feb 2012 00:25:28 +0000 (00:25 +0000)
A whitespace-only change, empty under `diff -b'.

userv/distorted-keys.in

index 4882d5c3ff87923fda7c5eebedb289abf6887882..2f618aa667733316cc2833a58f0c8667ca62bae4 100644 (file)
@@ -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