tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] [PATCH 4/4] tcc.[ch]: Adjust code style.


From: Lee Duhem
Subject: [Tinycc-devel] [PATCH 4/4] tcc.[ch]: Adjust code style.
Date: Wed, 26 Nov 2014 16:15:04 +0800

Hi,

This also basically is a code style adjustment patch.
Changes included in this patch:

1. remove tailing spaces;
2. adjust some spaces around operators;
3. replace `const == var` with `var == const`, to make
them consistent with the around code.

This patch should make the code style in tcc.[ch] more
consistent.

Sincerely,
lee

Attachment: 0004-tcc.-ch-Adjust-code-style.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]