This commit is contained in:
Harald Hope 2022-06-13 17:30:11 -07:00
parent 80522b55b1
commit 96be073515

View file

@ -65,7 +65,7 @@ clear. Also made DriveItem::drive_speed() return straight ref, not array then
ref. Same for many other subs, switched to ref assignment so it's the same ref ref. Same for many other subs, switched to ref assignment so it's the same ref
all through all the sub and return. all through all the sub and return.
3. Fixed a redundant return \@$data to simply assinging to @$data ref, no return 3. Fixed a redundant return \@$data to simply assigning to @$data ref, no return
needed, in DiskItem::smartctl_data(). needed, in DiskItem::smartctl_data().
4. Tightened some returns of ref so that tests if good test @$ref, not $ref. 4. Tightened some returns of ref so that tests if good test @$ref, not $ref.