]> git.eshelyaron.com Git - emacs.git/commitdiff
Indentation fixes.
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 28 Jun 2002 19:53:04 +0000 (19:53 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 28 Jun 2002 19:53:04 +0000 (19:53 +0000)
src/xterm.c

index b523cdd6ba330cdbb3cc37c9e477d87b3031f76a..8f59ac1297d4f94ca6d57c00c349581d06523210 100644 (file)
@@ -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;