diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-28 20:28:31 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-28 20:28:31 -0700 |
commit | 1e885381028c2e94a7f83a6489f11ed00f18b530 (patch) | |
tree | bf3e400bad54c628273f09ac11ddf541a020370a /app-defaults | |
parent | cad47868c99d4eac0ae2ad305399143a9aed3b2d (diff) |
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 <alan.coopersmith@oracle.com>
Diffstat (limited to 'app-defaults')
-rw-r--r-- | app-defaults/XCalc | 2 |
1 files changed, 1 insertions, 1 deletions
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<Btn1Down>,<Btn1Up>:negate()unset() XCalc*ti.button40.label: = XCalc*ti.button40.translations: #override<Btn1Down>,<Btn1Up>: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 |