]> asedeno.scripts.mit.edu Git - unkcm.git/commitdiff
realign comment with output string master
authorAlejandro R. Sedeño <asedeno@mit.edu>
Sun, 25 Mar 2012 02:04:17 +0000 (22:04 -0400)
committerAlejandro R. Sedeño <asedeno@mit.edu>
Sun, 25 Mar 2012 02:04:17 +0000 (22:04 -0400)
unkcm

diff --git a/unkcm b/unkcm
index 2fa999a94eaa1e54a703e0d1b62e451fb71c8ef6..1b881e31ab7d715e8244e1f511a9bee31221c00c 100755 (executable)
--- a/unkcm
+++ b/unkcm
@@ -151,8 +151,8 @@ def decompileKCM(In, Out):
     header = In.read(32)
     endian, count, ktype = checkHeader(header)
     Out.write("[type=%s]\n" % ktype)
-    #------0         1         2         3         4         5         6         7
-    #------01234567890123456789012345678901234567890123456789012345678901234567890123
+    #          0         1         2         3         4         5         6         7
+    #          01234567890123456789012345678901234567890123456789012345678901234567890123
     Out.write("# keycode      Display   Number    Base      Shift     Alt       Shift+Alt\n")
     for i in range(count):
         kr = parseKR(In.read(16), endian)