Index: /trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-data.py
===================================================================
--- /trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-data.py	(revision 65943)
+++ /trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-data.py	(revision 65944)
@@ -328,6 +328,6 @@
         #
         for oInstr in sorted(iai.g_aoAllInstructions,
-                             key = lambda(oInstr): oInstr.sMnemonic + ''.join([oOp.sType for oOp in oInstr.aoOperands])
-                                                                    + (oInstr.sOpcode if oInstr.sOpcode else 'zz')):
+                             key = lambda oInstr: oInstr.sMnemonic + ''.join([oOp.sType for oOp in oInstr.aoOperands])
+                                                                   + (oInstr.sOpcode if oInstr.sOpcode else 'zz')):
             if len(oInstr.aoTests) > 0:
                 oTests = Bs3Cg1EncodedTests(oInstr);
