Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix whitespace - blind - suckless command-line video editing utility
git clone git://git.suckless.org/blind
Log
Files
Refs
README
LICENSE
---
commit c8b38980f671e9b8488ae2c91668843900c85640
parent b3bb5072aba43dde81ef4a8364005f5aa0fe0d15
Author: Mattias Andrée <[email protected]>
Date: Sun, 23 Jul 2017 22:00:15 +0200
Fix whitespace
Signed-off-by: Mattias Andrée <[email protected]>
Diffstat:
M blind-primary-key | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git 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 | \
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.