changeset 23413:2a5d56cc4e41

Whitespace change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 10 Oct 1998 21:20:48 +0000
parents 2ce0e36402ff
children c9d093e48f15
files lib-src/emacsserver.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/emacsserver.c	Sat Oct 10 21:20:22 1998 +0000
+++ b/lib-src/emacsserver.c	Sat Oct 10 21:20:48 1998 +0000
@@ -251,8 +251,8 @@
   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)