From: Alejandro R. SedeƱo Date: Sun, 25 Mar 2012 02:04:17 +0000 (-0400) Subject: realign comment with output string X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=unkcm.git realign comment with output string --- 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)