mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code refactor and reformat.
This commit is contained in:
@@ -87,10 +87,8 @@ namespace DiscImageChef.Decoders.SCSI
|
||||
};
|
||||
}
|
||||
|
||||
public static string PrettifyIBMModePage_2F(byte[] pageResponse)
|
||||
{
|
||||
return PrettifyIBMModePage_2F(DecodeIBMModePage_2F(pageResponse));
|
||||
}
|
||||
public static string PrettifyIBMModePage_2F(byte[] pageResponse) =>
|
||||
PrettifyIBMModePage_2F(DecodeIBMModePage_2F(pageResponse));
|
||||
|
||||
public static string PrettifyIBMModePage_2F(IBM_ModePage_2F? modePage)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user