Aric Stewart aric@codeweavers.com wrote:
dlls/user32/edit.c | 21 +++++++++++++++++++++ include/imm.h | 9 +++++++++ 2 files changed, 30 insertions(+)
Using usual 4 spaces indentation would slightly improve the readability.
On 5/7/13 8:15 AM, Dmitry Timoshkov wrote:
Aric Stewart aric@codeweavers.com wrote:
dlls/user32/edit.c | 21 +++++++++++++++++++++ include/imm.h | 9 +++++++++ 2 files changed, 30 insertions(+)
Using usual 4 spaces indentation would slightly improve the readability.
Maybe, but I always to match the styling of the surrounding code. And that code all uses tabs.
Aric Stewart aric@codeweavers.com wrote:
dlls/user32/edit.c | 21 +++++++++++++++++++++ include/imm.h | 9 +++++++++ 2 files changed, 30 insertions(+)
Using usual 4 spaces indentation would slightly improve the readability.
Maybe, but I always to match the styling of the surrounding code. And that code all uses tabs.
It doesn't mean that new code should be ugly as an old one.