mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Corrects some minor spaces-instead-of-tabs errors.
This commit is contained in:
parent
ae0bc7e7aa
commit
6a93d2d006
@ -19,7 +19,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
- (void)setUp {
|
- (void)setUp {
|
||||||
[super setUp];
|
[super setUp];
|
||||||
|
|
||||||
// Create a valid OpenGL context, so that a VDP can be constructed.
|
// Create a valid OpenGL context, so that a VDP can be constructed.
|
||||||
NSOpenGLPixelFormatAttribute attributes[] =
|
NSOpenGLPixelFormatAttribute attributes[] =
|
||||||
@ -34,10 +34,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
- (void)tearDown {
|
- (void)tearDown {
|
||||||
// Put teardown code here. This method is called after the invocation of each test method in the class.
|
// Put teardown code here. This method is called after the invocation of each test method in the class.
|
||||||
_openGLContext = nil;
|
_openGLContext = nil;
|
||||||
|
|
||||||
[super tearDown];
|
[super tearDown];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)testLineInterrupt {
|
- (void)testLineInterrupt {
|
||||||
|
@ -138,8 +138,8 @@ void ScanTarget::end_scan() {
|
|||||||
vended_scan_->line = write_pointers_.line;
|
vended_scan_->line = write_pointers_.line;
|
||||||
vended_scan_->scan.end_points[0].data_offset += TextureAddressGetX(vended_write_area_pointer_);
|
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_->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) {
|
uint8_t *ScanTarget::begin_data(size_t required_length, size_t required_alignment) {
|
||||||
|
Loading…
Reference in New Issue
Block a user