[caribou] Fix whitespace issue in qwerty.py



commit 980d6715624185c3a22531d7c2a5a334220331ad
Author: Ben Konrath <ben bagu org>
Date:   Wed Dec 2 15:22:20 2009 -0500

    Fix whitespace issue in qwerty.py

 src/keyboards/qwerty.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/keyboards/qwerty.py b/src/keyboards/qwerty.py
index 8dc32c3..fd37e00 100644
--- a/src/keyboards/qwerty.py
+++ b/src/keyboards/qwerty.py
@@ -18,7 +18,7 @@
 # along with this program; if not, write to the Free Software Foundation,
 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-import keysyms 
+import keysyms
 
 # TODO add horizontal keysize - will be able to specify a mulitplier
 # TODO add key colour
@@ -34,7 +34,7 @@ import keysyms
 
 # backspace
 bs = ("â?«", keysyms.backspace)
-# enter 
+# enter
 en = ("â?²", keysyms.enter)
 # space
 sp = ("â?£", keysyms.space)
@@ -58,7 +58,7 @@ su = ("â?§", "uppercase")
 # shift down
 sd = ("â?©", "lowercase")
 # number and punctuation
-np = (".?12", "num_punct") 
+np = (".?12", "num_punct")
 # letters
 lt = ("abc", "lowercase")
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]