fix tabbing

This commit is contained in:
Glenn Maynard
2005-02-06 00:25:29 +00:00
parent bc3f8803c3
commit 7e1be2bde3
@@ -31,19 +31,19 @@ struct UsbStorageDevice
int iScsiIndex; int iScsiIndex;
CString sScsiDevice; CString sScsiDevice;
CString sOsMountDir; // WITHOUT trailing slash CString sOsMountDir; // WITHOUT trailing slash
bool bNeedsWriteTest; bool bNeedsWriteTest;
bool bWriteTestSucceeded; // only valid if bNeedsWriteTest == false bool bWriteTestSucceeded; // only valid if bNeedsWriteTest == false
bool bIsNameAvailable; // Name in the profile on the memory card. bool bIsNameAvailable; // Name in the profile on the memory card.
CString sName; // Name in the profile on the memory card. CString sName; // Name in the profile on the memory card.
int idVendor; int idVendor;
int idProduct; int idProduct;
CString sVendor; CString sVendor;
CString sProduct; CString sProduct;
bool IsBlank() const { return sOsMountDir.empty(); } bool IsBlank() const { return sOsMountDir.empty(); }
void SetOsMountDir( const CString &s ); void SetOsMountDir( const CString &s );
bool operator==(const UsbStorageDevice& other) const; bool operator==(const UsbStorageDevice& other) const;
}; };
class MemoryCardDriver class MemoryCardDriver