From 1e885381028c2e94a7f83a6489f11ed00f18b530 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 28 Sep 2011 20:28:31 -0700 Subject: Strip trailing whitespace Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith --- app-defaults/XCalc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-defaults') diff --git a/app-defaults/XCalc b/app-defaults/XCalc index ab114b8..540df58 100644 --- a/app-defaults/XCalc +++ b/app-defaults/XCalc @@ -197,7 +197,7 @@ XCalc*ti.button39.translations: #override,:negate()unset() XCalc*ti.button40.label: = XCalc*ti.button40.translations: #override,:equal()unset() -XCalc*ti.button1.horizDistance: 4 +XCalc*ti.button1.horizDistance: 4 XCalc*ti.button1.vertDistance: 12 XCalc*ti.button1.fromVert: bevel XCalc*ti.button2.fromHoriz: button1 -- cgit v1.2.3