Skip to content

Commit 8d14ea7

Browse files
committed
Fixed clang-format
1 parent 09cb6f4 commit 8d14ea7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Adafruit_SPITFT.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,8 +1175,7 @@ void Adafruit_SPITFT::dmaWait(void) {
11751175
@brief Check if DMA transfer is active. Always returts false if DMA
11761176
is not enabled.
11771177
*/
1178-
bool Adafruit_SPITFT::dmaBusy(void) const
1179-
{
1178+
bool Adafruit_SPITFT::dmaBusy(void) const {
11801179
#if defined(USE_SPI_DMA) && (defined(__SAMD51__) || defined(ARDUINO_SAMD_ZERO))
11811180
return dma_busy;
11821181
#else

0 commit comments

Comments
 (0)