whitespace
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 12 Sep 2021 13:37:10 +0000 (14:37 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 12 Sep 2021 13:37:10 +0000 (14:37 +0100)
src/openpower/util.py

index 697b4cab35693feb77d04438af579dd6de71c62a..9be902dbd8721f32667cc054cc789514976f089d 100644 (file)
@@ -3,6 +3,7 @@ import random
 from openpower.consts import FastRegsEnum
 from openpower.decoder.power_enums import SPRfull as SPR, spr_dict
 
+
 # note that we can get away with using SPRfull here because the values
 # (numerical values) are what is used for lookup.
 spr_to_fast = { SPR.CTR: FastRegsEnum.CTR,