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;
CString sScsiDevice;
CString sOsMountDir; // WITHOUT trailing slash
bool bNeedsWriteTest;
bool bWriteTestSucceeded; // only valid if bNeedsWriteTest == false
bool bIsNameAvailable; // Name in the profile on the memory card.
CString sName; // Name in the profile on the memory card.
int idVendor;
int idProduct;
CString sVendor;
CString sProduct;
bool bNeedsWriteTest;
bool bWriteTestSucceeded; // only valid if bNeedsWriteTest == false
bool bIsNameAvailable; // Name in the profile on the memory card.
CString sName; // Name in the profile on the memory card.
int idVendor;
int idProduct;
CString sVendor;
CString sProduct;
bool IsBlank() const { return sOsMountDir.empty(); }
void SetOsMountDir( const CString &s );
bool IsBlank() const { return sOsMountDir.empty(); }
void SetOsMountDir( const CString &s );
bool operator==(const UsbStorageDevice& other) const;
bool operator==(const UsbStorageDevice& other) const;
};
class MemoryCardDriver