From 6a93d2d00601b3ddd8fc2f8925feddebda57a9c9 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 24 Jan 2019 22:59:03 -0500 Subject: [PATCH] Corrects some minor spaces-instead-of-tabs errors. --- OSBindings/Mac/Clock SignalTests/MasterSystemVDPTests.mm | 8 ++++---- Outputs/OpenGL/ScanTarget.cpp | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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) {