mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-20 10:17:05 +00:00
Corrects some minor spaces-instead-of-tabs errors.
This commit is contained in:
committed by
Thomas Harte
parent
ae0bc7e7aa
commit
6a93d2d006
@@ -138,8 +138,8 @@ void ScanTarget::end_scan() {
|
||||
vended_scan_->line = write_pointers_.line;
|
||||
vended_scan_->scan.end_points[0].data_offset += TextureAddressGetX(vended_write_area_pointer_);
|
||||
vended_scan_->scan.end_points[1].data_offset += TextureAddressGetX(vended_write_area_pointer_);
|
||||
}
|
||||
vended_scan_ = nullptr;
|
||||
}
|
||||
vended_scan_ = nullptr;
|
||||
}
|
||||
|
||||
uint8_t *ScanTarget::begin_data(size_t required_length, size_t required_alignment) {
|
||||
|
||||
Reference in New Issue
Block a user