Skip to content

Commit d277591

Browse files
shad0wshayd3github-actions[bot]
authored andcommitted
maintenance
1 parent ae91c5e commit d277591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CommonLibF4/include/RE/Bethesda/PipboyValue.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ namespace RE
2626
kInt8 = 0x1,
2727
kUint8 = 0x2,
2828
kInt32 = 0x3,
29-
kUint32= 0x4,
29+
kUint32 = 0x4,
3030
kFloat = 0x5,
3131
kString = 0x6,
3232
kArray = 0x7,
3333
kObject = 0x8,
3434
};
35-
35+
3636
virtual ~PipboyValue(); // 00
3737

3838
// add

0 commit comments

Comments
 (0)