1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-28 06:24:10 +01:00
LibrePilot/make/uncrustify
Oleg Semyonov b30385d4fa uncrustify: use no spaces in empty for statements: for ( ; ;) -> for (;;)
It can be rolled back and a space after last semicolon could be added
if desired: for ( ; ; ). But it looks not nice in ~20 files where
this statement is used.
2013-05-01 12:01:51 +03:00
..
uncrustify.cfg uncrustify: use no spaces in empty for statements: for ( ; ;) -> for (;;) 2013-05-01 12:01:51 +03:00