1
0
Çatalla 0

Change formating script

Bu işleme şunda yer alıyor:
Arti Zirk 2016-10-19 21:51:12 +02:00
ebeveyn 25b1feb71d
işleme f4c572a2e6
2 değiştirilmiş dosya ile 2 ekleme ve 3 silme

Dosyayı Görüntüle

@ -58,6 +58,7 @@ int main (void)
lcd_putc(' ');
}
}
lcd_puts_P(PSTR(" ")); /* Clear the end of the line */
lcd_goto(0x40); /* Got to the beginning of the next line */

Dosyayı Görüntüle

@ -13,15 +13,13 @@ then
exit 1
fi
#
#
for FILE in "$@"
do
RESULT="$(astyle --style=1tbs \
--indent-col1-comments \
--break-blocks \
--pad-oper \
--pad-header \
--delete-empty-lines \
--add-brackets \
--convert-tabs \
--max-code-length=80 \