Revert "Uncrustify: triggered by comment."

This reverts commit e534f46f2d.
This commit is contained in:
Joseph Julicher 2023-09-27 21:01:22 -07:00
parent e534f46f2d
commit c9058dd383

View file

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