Skip to content

Commit b85e20e

Browse files
Appease clang-format
1 parent dfefbf6 commit b85e20e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Adafruit_NeoPXL8.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,8 @@ bool Adafruit_NeoPXL8::begin(bool dbuf) {
384384
// Find first 32-bit aligned address following descriptor list
385385
alignedAddr[0] =
386386
(uint32_t
387-
*)((uint32_t)(&allocAddr[num_desc * sizeof(dma_descriptor_t) +
388-
3]) &
387+
*)((uint32_t)(
388+
&allocAddr[num_desc * sizeof(dma_descriptor_t) + 3]) &
389389
~3);
390390
dmaBuf[0] = (uint8_t *)alignedAddr[0];
391391

0 commit comments

Comments
 (0)