Skip to content

Commit 8c140de

Browse files
authored
Code style fixes (#164)
Automated fixes for code style.
1 parent 9ca1814 commit 8c140de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Device.Spi/sys_dev_spi_native_System_Device_Spi_SpiDevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ HRESULT Library_sys_dev_spi_native_System_Device_Spi_SpiDevice::NativeTransfer(
162162
readBuffer = readSpanByte[Span::FIELD___array].DereferenceArray();
163163
if (readBuffer != nullptr)
164164
{
165-
// use the span length as read size, only the elements defined by the span must be read
165+
// use the span length as read size, only the elements defined by the span must be read
166166
readSize = readSpanByte[Span::FIELD___length].NumericByRef().s4;
167167
readData = (unsigned char *)readBuffer->GetFirstElement();
168168

0 commit comments

Comments
 (0)