commit c8b38980f671e9b8488ae2c91668843900c85640
Author:     Mattias Andrée <[email protected]>
AuthorDate: Sun Jul 23 22:00:15 2017 +0200
Commit:     Mattias Andrée <[email protected]>
CommitDate: Sun Jul 23 22:00:15 2017 +0200

    Fix whitespace
    
    Signed-off-by: Mattias Andrée <[email protected]>

diff --git a/blind-primary-key b/blind-primary-key
index c35af05..40dd0fe 100755
--- a/blind-primary-key
+++ b/blind-primary-key
@@ -97,11 +97,11 @@ else
        }
        keep_primary () {
                if test $x = x; then
-                   X=; Y=y; Z=z
+                       X=; Y=y; Z=z
                elif test $x = y; then
-                   X=x; Y=; Z=z
+                       X=x; Y=; Z=z
                else
-                   X=x; Y=y; Z=
+                       X=x; Y=y; Z=
                fi
                blind-from-named -f 7 -a blind-${pid}-k \
                        blind-arithm -a$X$Y$Z add /dev/fd/7 | \

Reply via email to