From: Jan Djärv Date: Fri, 28 Jun 2002 19:53:04 +0000 (+0000) Subject: Indentation fixes. X-Git-Tag: ttn-vms-21-2-B4~14393 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd42232cc90b79afe075354b1508d31eb13cb8e0;p=emacs.git Indentation fixes. --- diff --git a/src/xterm.c b/src/xterm.c index b523cdd6ba3..8f59ac1297d 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -10912,15 +10912,15 @@ XTread_socket (sd, bufp, numchars, expected) } case FocusIn: - { + { int n; n = x_detect_focus_change (dpyinfo, &event, bufp, numchars); if (n > 0) - { - bufp += n, count += n, numchars -= n; - } - } + { + bufp += n, count += n, numchars -= n; + } + } goto OTHER;