mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Spaces to tabs. Removed a comment.
This commit is contained in:
parent
11959a3781
commit
cb92805445
2 changed files with 2 additions and 2 deletions
|
@ -427,7 +427,7 @@ void Wiimote::ReadData(const wm_read_data* const rd)
|
|||
if (address + size > WIIMOTE_EEPROM_SIZE)
|
||||
{
|
||||
PanicAlert("ReadData: address + size out of bounds");
|
||||
delete [] block;
|
||||
delete [] block;
|
||||
return;
|
||||
}
|
||||
// generate a read error
|
||||
|
|
|
@ -114,7 +114,7 @@ void TexDecoder_OpenCL_Initialize()
|
|||
else
|
||||
{
|
||||
binary_size = input.GetSize();
|
||||
header = new char[HEADER_SIZE]; // TODO: memleak possible
|
||||
header = new char[HEADER_SIZE];
|
||||
binary = new char[binary_size];
|
||||
input.ReadBytes(header, HEADER_SIZE);
|
||||
input.ReadBytes(binary, binary_size);
|
||||
|
|
Loading…
Add table
Reference in a new issue