Re: user32: Implement IMR_QUERYCHARPOSITION handling in the edit control

2013-05-07 Thread Dmitry Timoshkov
Aric Stewart 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 surro

Re: user32: Implement IMR_QUERYCHARPOSITION handling in the edit control

2013-05-07 Thread Aric Stewart
On 5/7/13 8:15 AM, Dmitry Timoshkov wrote: > Aric Stewart 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

Re: user32: Implement IMR_QUERYCHARPOSITION handling in the edit control

2013-05-07 Thread Dmitry Timoshkov
Aric Stewart 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. -- Dmitry.