From: Lucas Werkmeister Date: Tue, 28 Feb 2017 13:13:09 +0000 (+0100) Subject: upd: improve format script X-Git-Url: https://code.wpia.club/?a=commitdiff_plain;h=27762923761fa360343dc87784eb9748de1fcac5;hp=27762923761fa360343dc87784eb9748de1fcac5;p=cassiopeia.git upd: improve format script - exec astyle to shave off a fork() - Align pointers to names. In int* a, b; only a is a pointer, b isn’t. The alignment to names, int *a, b; makes this clearer. - Don’t create backup files – everything’s under version control. - Don’t format the libraries, there’s no point in that. - Spell out the recursive option (long form), for readability and consistency with the other options (which we also spell out). Change-Id: Id87beb4351e8b63ae4c492b44f57d38561c2fc85 ---