mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
Formatting: normalise to { on same line.
There were remarkably few of these, but I spotted one while preparing the previous commit, and then found a handful more.
This commit is contained in:
@ -5841,8 +5841,7 @@ static termchar *term_bidi_line(Terminal *term, struct termline *ldata,
|
||||
bidi_char);
|
||||
}
|
||||
|
||||
for (it=0; it<term->cols ; it++)
|
||||
{
|
||||
for (it=0; it<term->cols ; it++) {
|
||||
unsigned long uc = (ldata->chars[it].chr);
|
||||
|
||||
switch (uc & CSET_MASK) {
|
||||
|
Reference in New Issue
Block a user