diff options
| author | Jan Djärv | 2002-06-28 19:53:04 +0000 |
|---|---|---|
| committer | Jan Djärv | 2002-06-28 19:53:04 +0000 |
| commit | fd42232cc90b79afe075354b1508d31eb13cb8e0 (patch) | |
| tree | f3a75910a746db4bbd3d2d646fbae3e53a213025 /src | |
| parent | 20057d5215674d9c83b79fafedf37bf36b2fd0ae (diff) | |
| download | emacs-fd42232cc90b79afe075354b1508d31eb13cb8e0.tar.gz emacs-fd42232cc90b79afe075354b1508d31eb13cb8e0.zip | |
Indentation fixes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 10 |
1 files changed, 5 insertions, 5 deletions
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) | |||
| 10912 | } | 10912 | } |
| 10913 | 10913 | ||
| 10914 | case FocusIn: | 10914 | case FocusIn: |
| 10915 | { | 10915 | { |
| 10916 | int n; | 10916 | int n; |
| 10917 | 10917 | ||
| 10918 | n = x_detect_focus_change (dpyinfo, &event, bufp, numchars); | 10918 | n = x_detect_focus_change (dpyinfo, &event, bufp, numchars); |
| 10919 | if (n > 0) | 10919 | if (n > 0) |
| 10920 | { | 10920 | { |
| 10921 | bufp += n, count += n, numchars -= n; | 10921 | bufp += n, count += n, numchars -= n; |
| 10922 | } | 10922 | } |
| 10923 | } | 10923 | } |
| 10924 | 10924 | ||
| 10925 | goto OTHER; | 10925 | goto OTHER; |
| 10926 | 10926 | ||