diff --git a/OSBindings/Mac/Clock SignalTests/MasterSystemVDPTests.mm b/OSBindings/Mac/Clock SignalTests/MasterSystemVDPTests.mm index 509a0af1d..a181ed592 100644 --- a/OSBindings/Mac/Clock SignalTests/MasterSystemVDPTests.mm +++ b/OSBindings/Mac/Clock SignalTests/MasterSystemVDPTests.mm @@ -19,7 +19,7 @@ } - (void)setUp { - [super setUp]; + [super setUp]; // Create a valid OpenGL context, so that a VDP can be constructed. NSOpenGLPixelFormatAttribute attributes[] = @@ -34,10 +34,10 @@ } - (void)tearDown { - // Put teardown code here. This method is called after the invocation of each test method in the class. - _openGLContext = nil; + // Put teardown code here. This method is called after the invocation of each test method in the class. + _openGLContext = nil; - [super tearDown]; + [super tearDown]; } - (void)testLineInterrupt { diff --git a/Outputs/OpenGL/ScanTarget.cpp b/Outputs/OpenGL/ScanTarget.cpp index b93e2f9c1..8a0153457 100644 --- a/Outputs/OpenGL/ScanTarget.cpp +++ b/Outputs/OpenGL/ScanTarget.cpp @@ -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) {