alx-tools / Betty

Holberton-style C code checker written in Perl
GNU General Public License v3.0
1.26k stars 1.77k forks source link

Open brace after "do" #13

Closed Mattrack closed 7 years ago

Mattrack commented 7 years ago

The open brace after a do should be on the same line, as follows:

do {
    something();
} while (condition);