format changes from PR check

This commit is contained in:
Joseph Julicher 2024-05-08 16:02:38 -07:00
parent 0f0efd9f2d
commit 5910076641

View file

@ -419,7 +419,7 @@
if( ( x ) == 0 ) \ if( ( x ) == 0 ) \
{ \ { \
taskDISABLE_INTERRUPTS(); \ taskDISABLE_INTERRUPTS(); \
for( ;; ) \ for( ; ; ) \
; \ ; \
} }