From 09a5d21a81556ff9c5efe00c9a8788dc39ac8ccf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20R=2E=20Sede=C3=B1o?= Date: Sat, 24 Mar 2012 22:04:17 -0400 Subject: [PATCH] realign comment with output string --- unkcm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unkcm b/unkcm index 2fa999a..1b881e3 100755 --- 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) -- 2.45.2