diff --git a/stepmania/src/arch/MemoryCard/MemoryCardDriver.h b/stepmania/src/arch/MemoryCard/MemoryCardDriver.h index 2ddf5c899f..0d020dc129 100644 --- a/stepmania/src/arch/MemoryCard/MemoryCardDriver.h +++ b/stepmania/src/arch/MemoryCard/MemoryCardDriver.h @@ -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