]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 10 Oct 1998 21:20:48 +0000 (21:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 10 Oct 1998 21:20:48 +0000 (21:20 +0000)
lib-src/emacsserver.c

index ba3fa08476e08077db2ca2df96de896dfcf63b1b..00bf923bf524aff3d39276b0c894e87cb736ee5c 100644 (file)
@@ -251,8 +251,8 @@ main (argc, argv)
   server.sun_family = AF_UNIX;
 #ifndef SERVER_HOME_DIR
   gethostname (system_name, sizeof (system_name));
-    /* system_name must be null-terminated string */
-    system_name[sizeof (system_name) - 1] = '\0';
+  /* system_name must be null-terminated string */
+  system_name[sizeof (system_name) - 1] = '\0';
   sprintf (server.sun_path, "/tmp/esrv%d-%s", geteuid (), system_name);
 
   if (unlink (server.sun_path) == -1 && errno != ENOENT)